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 972d940 commit 3afd22eCopy full SHA for 3afd22e
themes/mongodb/layout.html
@@ -228,7 +228,7 @@ <h3>{{ _('Navigation') }}</h3>
228
_gaq.push(['_setAccount', 'UA-7301842-8']);
229
_gaq.push(['_setDomainName', 'mongodb.org']);
230
{%- if (pagename == "meta/401") or (pagename == "meta/403") or (pagename == "meta/404") or (pagename == "meta/410") %}
231
- _gaq.push(['_trackPageview', '/manual/{{pagename}}.html?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer]);
+ _gaq.push(['_trackPageview', '/manual/{{pagename}}/?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer]);
232
{%- else %}
233
_gaq.push(['_trackPageview']);
234
{%- endif %}
0 commit comments