File: remove-google-analytics-tracking-from-documentation.patch

package info (click to toggle)
jquery-timepicker 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 416 kB
  • ctags: 422
  • sloc: makefile: 8
file content (19 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/index.html b/index.html
index 2993db8..75063c9 100644
--- a/index.html
+++ b/index.html
@@ -923,14 +923,5 @@ $('#utility_example_3').text(JSON.stringify(
 
 				
 	 	</div>
-	 	<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"> /*
-		try {
-		var pageTracker = _gat._getTracker("UA-7602218-1");
-		pageTracker._trackPageview();
-		} catch(err) {}*/</script>
 	</body> 
 </html>