Tracking Code in html pages inconsistent
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| openstack-manuals |
Fix Released
|
Medium
|
Christian Berendt | ||
Bug Description
The various HTML pages contain uncommented Google Analytics setting as well as a search setting.
Somehow the code confuses me.
The uncommented one is (from trunk/index.html):
<!--<script type="text/
var _gaq = _gaq || [];
_gaq.
_gaq.
_gaq.
(function() {
var ga = document.
ga.src = ('https:' == document.
var s = document.
})();
The used one is:
<script type="text/
//<
Hi,
Any progress on consolidating the tracking codes?