Skip to content
Snippets Groups Projects
Commit 56304d95 authored by Morten Engvoldsen's avatar Morten Engvoldsen
Browse files

Doc: removing google analytics from offline docs

parent 2e640395
No related branches found
No related tags found
No related merge requests found
...@@ -144,14 +144,4 @@ HTML.footer = "" \ ...@@ -144,14 +144,4 @@ HTML.footer = "" \
" </form>\n" \ " </form>\n" \
" </div>\n" \ " </div>\n" \
" <div id=\"blurpage\">\n" \ " <div id=\"blurpage\">\n" \
" </div>\n" \ " </div>\n"
"<script type=\"text/javascript\">\n" \ \ No newline at end of file
" var _gaq = _gaq || [];\n" \
" _gaq.push([\'_setAccount\', \'UA-4457116-5\']);\n" \
" _gaq.push([\'_trackPageview\']);\n" \
" (function() {\n" \
" var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n" \
" ga.src = (\'https:\' == document.location.protocol ? \'https://ssl\' : \'http://www\') + \'.google-analytics.com/ga.js\';\n" \
" var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n" \
" })();\n" \
"</script>\n"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment