Skip to content

Commit 3915198

Browse files
author
Ed Costello
committed
WEBSITE-628 revert _setAllowLinker until we can determine root problem
1 parent 646b121 commit 3915198

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
@@ -283,7 +283,7 @@
283283
var _gaq = _gaq || [];
284284
_gaq.push(['_setAccount', 'UA-7301842-8']);
285285
_gaq.push(['_setDomainName', 'mongodb.org']);
286-
_gaq.push(['_setAllowLinker', true]);
286+
{#- _gaq.push(['_setAllowLinker', true]); -#}
287287
{%- if (pagename == "meta/401") or (pagename == "meta/403") or (pagename == "meta/404") or (pagename == "meta/410") %}
288288
_gaq.push(['_trackPageview', '/manual/{{pagename}}/?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer]);
289289
{%- else %}

0 commit comments

Comments
 (0)