Try this.

master
Nick Sergeant 2013-02-07 11:01:31 -05:00
parent 3978c037f5
commit 8dbafb2215
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '{{ blog_user.profile.gauges_site_id }}');
t.src = '//secure.gaug.es/track.js';
t.src = '//secure.gaug.es/track.js?2';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();