We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22f0c52 + 3915198 commit a8913e4Copy full SHA for a8913e4
themes/mongodb/layout.html
@@ -293,7 +293,7 @@
293
var _gaq = _gaq || [];
294
_gaq.push(['_setAccount', 'UA-7301842-8']);
295
_gaq.push(['_setDomainName', 'mongodb.org']);
296
- _gaq.push(['_setAllowLinker', true]);
+ {#- _gaq.push(['_setAllowLinker', true]); -#}
297
{%- if (pagename == "meta/401") or (pagename == "meta/403") or (pagename == "meta/404") or (pagename == "meta/410") %}
298
_gaq.push(['_trackPageview', '/manual/{{pagename}}/?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer]);
299
{%- else %}
0 commit comments