File tree 1 file changed +16
-0
lines changed
libs/network/doc/templates
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 15
15
{%- endif %}
16
16
{%- endmacro %}
17
17
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
+
18
34
{% block document %}
19
35
< div id ="custom-doc " class ="{% block bodyclass %}{{ 'yui-t4' if pagename != 'index' else '' }}{% endblock %} ">
20
36
< div id ="hd ">
You can’t perform that action at this time.
0 commit comments