Skip to content
Snippets Groups Projects
Commit a59a0151 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Removed analytics tags

parent fce34301
Branches
Tags
No related merge requests found
...@@ -48,3 +48,8 @@ with ...@@ -48,3 +48,8 @@ with
//var OpenWindow=window.open(pRef, "newwin", "height="+vHeight+",width="+vWidth); //var OpenWindow=window.open(pRef, "newwin", "height="+vHeight+",width="+vWidth);
window.location.href=pRef window.location.href=pRef
* Replace hard coded string with i18n["String"]; * Replace hard coded string with i18n["String"];
JCROP:
------
* Remove analytics tag into file index.html
...@@ -46,20 +46,5 @@ ...@@ -46,20 +46,5 @@
</div> </div>
<!-- Below here for internal analysis {{{ -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5176876-1");
pageTracker._trackPageview();
</script>
<!-- }}} -->
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment