Skip to content

Commit 1580fb2

Browse files
committedFeb 4, 2012
fix clicky tracking image
If the visitor has JavaScript disabled, clicky still tracks the visit by having the browser load a gif that's specific to the site id in the tracking code.
1 parent 4c29c7e commit 1580fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎_includes/JB/analytics-providers/getclicky

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ clicky_site_ids.push({{ site.JB.analytics.getclicky.site_id }});
99
( document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0] ).appendChild( s );
1010
})();
1111
</script>
12-
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/66527741ns.gif" /></p></noscript>
12+
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/{{ site.JB.analytics.getclicky.site_id }}ns.gif" /></p></noscript>

0 commit comments

Comments
 (0)
Please sign in to comment.