File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
libs/network/doc/templates Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1515 {%- endif %}
1616{%- endmacro %}
1717
18+ {% block extrahead %}
19+ < script type ="text/javascript ">
20+
21+ var _gaq = _gaq || [ ] ;
22+ _gaq . push ( [ '_setAccount' , 'UA-19815738-1' ] ) ;
23+ _gaq . push ( [ '_trackPageview' ] ) ;
24+
25+ ( function ( ) {
26+ var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
27+ ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
28+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
29+ } ) ( ) ;
30+
31+ </ script >
32+ {% endblock %}
33+
1834{% block document %}
1935 < div id ="custom-doc " class ="{% block bodyclass %}{{ 'yui-t4' if pagename != 'index' else '' }}{% endblock %} ">
2036 < div id ="hd ">
You can’t perform that action at this time.
0 commit comments