Remove Google Analytics -- really not using it

This commit is contained in:
Sean Owen 2014-01-22 20:42:46 +00:00
parent 8ae5c0f5bc
commit 5a6982f301
7 changed files with 0 additions and 34 deletions

View file

@ -1,28 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2008 ZXing authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1">
<jsp:directive.page session="false"/>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(decodeURIComponent("%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-788492-5");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</jsp:root>

View file

@ -29,7 +29,6 @@
<div id="header"><h1><img src="zxing-icon.png" height="32" width="32" alt=""/> Bad Image</h1></div>
<p>The image you uploaded could not be decoded, or was too large. Go "Back" in your browser and try another image.</p>
</div>
<jsp:include page="analytics.jspx"/>
</body>
</html>
</jsp:root>

View file

@ -29,7 +29,6 @@
<div id="header"><h1><img src="zxing-icon.png" height="32" width="32" alt=""/> Bad URL</h1></div>
<p>You didn't specify a URL, or the URL was not valid, or did not return an image. Go "Back" in your browser and try again.</p>
</div>
<jsp:include page="analytics.jspx"/>
</body>
</html>
</jsp:root>

View file

@ -79,7 +79,6 @@
to access the same decoding as a mobile application.</p>
<p style="font-style:italic">Copyright 2008 and onwards ZXing authors</p>
</div>
<jsp:include page="analytics.jspx"/>
</body>
</html>
</jsp:root>

View file

@ -93,7 +93,6 @@
}
</jsp:scriptlet>
</div>
<jsp:include page="analytics.jspx"/>
</body>
</html>
</jsp:root>

View file

@ -32,7 +32,6 @@
with the barcode contents. Go "Back" in your browser and try another image.
</p>
</div>
<jsp:include page="analytics.jspx"/>
</body>
</html>
</jsp:root>

View file

@ -31,7 +31,6 @@
<p>No barcode was found in this image. Either it did not contain a barcode, or did not contain one in a
supported format, or the software was simply unable to find it. Go "Back" in your browser and try another image.</p>
</div>
<jsp:include page="analytics.jspx"/>
</body>
</html>
</jsp:root>