Skip to content

Commit 209960f

Browse files
authored
Update gauges tracking code
1 parent c224420 commit 209960f

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
});
1414
</script>
1515

16-
<script src="https://secure.gaug.es/track.js" async id="gauges-tracker" data-site-id="4f542216cb25bc2358000006"></script>
17-
1816
<link rel="apple-touch-icon" sizes="57x57" href="icons/apple-icon-57x57.png">
1917
<link rel="apple-touch-icon" sizes="60x60" href="icons/apple-icon-60x60.png">
2018
<link rel="apple-touch-icon" sizes="72x72" href="icons/apple-icon-72x72.png">
@@ -228,5 +226,19 @@ <h2>Quantifiers</h2>
228226
<p>Created by <a href="http://theprogrammingbutler.com" rel="noopener">Hoyt</a> and maintained by <a href="https://github.com/jonmagic/scriptular#contributors" rel="noopener">many</a>. To contribute or report an issue visit <a href="https://github.com/jonmagic/scriptular" rel="noopener">the project on GitHub</a>.</p>
229227
</div>
230228
</div>
229+
<script type="text/javascript">
230+
var _gauges = _gauges || [];
231+
(function() {
232+
var t = document.createElement('script');
233+
t.type = 'text/javascript';
234+
t.async = true;
235+
t.id = 'gauges-tracker';
236+
t.setAttribute('data-site-id', '4f542216cb25bc2358000006');
237+
t.setAttribute('data-track-path', 'https://track.gaug.es/track.gif');
238+
t.src = 'https://d2fuc4clr7gvcn.cloudfront.net/track.js';
239+
var s = document.getElementsByTagName('script')[0];
240+
s.parentNode.insertBefore(t, s);
241+
})();
242+
</script>
231243
</body>
232244
</html>

0 commit comments

Comments
 (0)