equal
deleted
inserted
replaced
1 <script> |
1 <script> |
2 var _gaq=[['_setAccount','{{ analytics_code }}'],['_trackPageview']]; |
2 if( $.cookie('cc_cookie_accept') == "cc_cookie_accept" ) { |
3 (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; |
3 var _gaq=[['_setAccount','{{ analytics_code }}'],['_trackPageview']]; |
4 g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'; |
4 (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; |
5 s.parentNode.insertBefore(g,s)}(document,'script')); |
5 g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'; |
|
6 s.parentNode.insertBefore(g,s)}(document,'script')); |
|
7 } |
6 </script> |
8 </script> |