remove commented out AddSense script from static webpage
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Mon, 24 Jan 2022 10:55:59 +0000 (10:55 +0000)
committerUtkarsh Gupta <utkarsh@debian.org>
Mon, 24 Jan 2022 10:55:59 +0000 (10:55 +0000)
Forwarded: not-needed

Even if the script is commented out and so not functional lintian
would find it and complain.
I could also override lintian, but some people might not find that enough.

Gbp-Pq: Name remove_addsense.patch

examples/webkit/webkit-guide/_index.html

index fdeeed7c563d19b4502198a8dd0a47bf3fc5df64..64d63fd98011e0f7cc1b35cd082d906823c65e52 100644 (file)
@@ -308,15 +308,5 @@ entered (localStorage), but credit-card data s/b absent
   <div id="blurpage">
   </div>
   <script src="scripts/functions.js" type="text/javascript"></script>
-  <!-- <script type="text/javascript">
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-4457116-5']);
-  _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> -->
 </body>
 </html>