File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 291
291
{%- block analytics %}
292
292
< script type ="text/javascript ">
293
293
var _gaq = _gaq || [ ] ;
294
+ var pluginUrl = ( ( 'https:' == document . location . protocol ) ? 'https://ssl.' : 'http://www.' ) + 'google-analytics.com/plugins/ga/inpage_linkid.js' ;
295
+ _gaq . push ( [ '_require' , 'inpage_linkid' , pluginUrl ] ) ;
294
296
_gaq . push ( [ '_setAccount' , 'UA-7301842-8' ] ) ;
295
- _gaq . push ( [ '_setDomainName' , 'mongodb.org' ] ) ;
297
+ _gaq . push ( [ '_setDomainName' , 'docs. mongodb.org' ] ) ;
296
298
{ #- _gaq . push ( [ '_setAllowLinker' , true ] ) ; - #}
297
299
{ % - if ( pagename == "meta/401" ) or ( pagename == "meta/403" ) or ( pagename == "meta/404" ) or ( pagename == "meta/410" ) % }
298
300
_gaq . push ( [ '_trackPageview' , '/manual/{{pagename}}/?page=' + document . location . pathname + document . location . search + '&from=' + document . referrer ] ) ;
You can’t perform that action at this time.
0 commit comments