mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 15:26:17 +00:00
Oops, broke the tracking pixel
This commit is contained in:
parent
cc9519a6b7
commit
deed26c2d9
2
js/_i.js
2
js/_i.js
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
const me = window.document.currentScript;
|
const me = window.document.currentScript;
|
||||||
const url = me.getAttribute('data-url');
|
const url = me.getAttribute('data-i-url');
|
||||||
const iOS = !!window.navigator.platform && /iPad|iPhone|iPod/.test(window.navigator.platform);
|
const iOS = !!window.navigator.platform && /iPad|iPhone|iPod/.test(window.navigator.platform);
|
||||||
|
|
||||||
const vendor = window.navigator.vendor;
|
const vendor = window.navigator.vendor;
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
<link href="//fonts.googleapis.com/css?family=Roboto:300,400,600" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=Roboto:300,400,600" rel="stylesheet">
|
||||||
<link href="//fonts.googleapis.com/css?family=Gothic+A1:300,400,600" rel="stylesheet">
|
<link href="//fonts.googleapis.com/css?family=Gothic+A1:300,400,600" rel="stylesheet">
|
||||||
{{#block "prescripts"}}
|
{{#block "prescripts"}}
|
||||||
<script type="text/javascript" src="{{rev '/js/global.js'}}"></script>
|
<script type="text/javascript" src="{{rev '/js/global.js'}}" data-i-url="{{#prod}}//t.{{page.domain}}{{/prod}}/i"></script>
|
||||||
{{/block}}
|
{{/block}}
|
||||||
</head>
|
</head>
|
||||||
<body class="{{block 'bodyClass'}}" {{block 'bodyAttributes'}}>
|
<body class="{{block 'bodyClass'}}" {{block 'bodyAttributes'}}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user