1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Description: Remove Google adsense from the Doxygen documentation
Author: Gert Wollny <gw.fossdev@gmail.com>
Forwarded: no
eliminate privacy-breach-google-adsense lintian error from elastix-doc
diff -ru Elastix-4.7.old/dox/doxygen/DoxygenFooter.html.in Elastix-4.7/dox/doxygen/DoxygenFooter.html.in
--- Elastix-4.7.old/dox/doxygen/DoxygenFooter.html.in 2014-03-11 11:35:24.642455256 +0100
+++ Elastix-4.7/dox/doxygen/DoxygenFooter.html.in 2014-03-11 11:35:41.174345457 +0100
@@ -10,18 +10,6 @@
<td style="text-align:right"><a class="logo2" href="../index.php"><img src="../images/elastixLogo.gif" alt="elastix logo" height="40"></a>
</td></tr></table>
-<!-- Start of Google Analytics -->
-<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-5189069-1");
-pageTracker._initData();
-pageTracker._trackPageview();
-</script>
-<!-- End of Google Analytics -->
-
</body>
</html>
|