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.
1 parent df0cd11 commit dada616Copy full SHA for dada616
themes/mongodb/layout.html
@@ -283,6 +283,7 @@
283
var _gaq = _gaq || [];
284
_gaq.push(['_setAccount', 'UA-7301842-8']);
285
_gaq.push(['_setDomainName', 'mongodb.org']);
286
+ _gaq.push(['_setAllowLinker', true]);
287
{%- if (pagename == "meta/401") or (pagename == "meta/403") or (pagename == "meta/404") or (pagename == "meta/410") %}
288
_gaq.push(['_trackPageview', '/manual/{{pagename}}/?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer]);
289
{%- else %}
0 commit comments