Remove commented JavaScript code from webpages
Change-Id: I0a6d7517ed193f91d43679f19818e0a915c50c91 Partial-Bug: #1325395
This commit is contained in:
parent
ecdbc99364
commit
3a9f267bee
@ -4,7 +4,6 @@
|
||||
<meta content="text/html; charset=utf8" http-equiv="Content-Type"/>
|
||||
<title>OpenStack Docs: {% block pagetitle %}{% endblock %}</title>
|
||||
{% include 'templates/css.tmpl' %}
|
||||
{% include 'templates/script_header.tmpl' %}
|
||||
</head>
|
||||
<body class="docshome" id="docshome">
|
||||
<div class="container">
|
||||
|
@ -1,12 +0,0 @@
|
||||
<!--<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-17511903-1']);
|
||||
_gaq.push(['_setDomainName', '.openstack.org']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>-->
|
Loading…
Reference in New Issue
Block a user