File tree 2 files changed +13
-0
lines changed
python_env/src/cc.engine/cc/engine/templates
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1310
1310
}
1311
1311
</ style > </ noscript >
1312
1312
1313
+ < script type ="text/javascript ">
1314
+ setTimeout ( function ( ) { var a = document . createElement ( "script" ) ;
1315
+ var b = document . getElementsByTagName ( "script" ) [ 0 ] ;
1316
+ a . src = document . location . protocol + "//script.crazyegg.com/pages/scripts/0065/5900.js?" + Math . floor ( new Date ( ) . getTime ( ) / 3600000 ) ;
1317
+ a . async = true ; a . type = "text/javascript" ; b . parentNode . insertBefore ( a , b ) } , 1 ) ;
1318
+ </ script >
1313
1319
1314
1320
{% endblock headers %}
1315
1321
{% block body %}
Original file line number Diff line number Diff line change 42
42
43
43
{% block headers %}{% endblock %}
44
44
45
+ < script type ="text/javascript ">
46
+ setTimeout ( function ( ) { var a = document . createElement ( "script" ) ;
47
+ var b = document . getElementsByTagName ( "script" ) [ 0 ] ;
48
+ a . src = document . location . protocol + "//script.crazyegg.com/pages/scripts/0065/5900.js?" + Math . floor ( new Date ( ) . getTime ( ) / 3600000 ) ;
49
+ a . async = true ; a . type = "text/javascript" ; b . parentNode . insertBefore ( a , b ) } , 1 ) ;
50
+ </ script >
51
+
45
52
</ head >
46
53
47
54
{# Translators: Change hide-banner to an empty string to show the complete site header and footer #}
You can’t perform that action at this time.
0 commit comments