Skip to content

Commit a8913e4

Browse files
author
Sam Kleinman
committed
merge: fixing analytics bug
2 parents 22f0c52 + 3915198 commit a8913e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/mongodb/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
var _gaq = _gaq || [];
294294
_gaq.push(['_setAccount', 'UA-7301842-8']);
295295
_gaq.push(['_setDomainName', 'mongodb.org']);
296-
_gaq.push(['_setAllowLinker', true]);
296+
{#- _gaq.push(['_setAllowLinker', true]); -#}
297297
{%- if (pagename == "meta/401") or (pagename == "meta/403") or (pagename == "meta/404") or (pagename == "meta/410") %}
298298
_gaq.push(['_trackPageview', '/manual/{{pagename}}/?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer]);
299299
{%- else %}

0 commit comments

Comments
 (0)