Author: jcabrerizo
Date: Fri Apr 18 07:18:45 2025
New Revision: 1925141
URL: http://svn.apache.org/viewvc?rev=1925141&view=rev
Log:
Patch v/0.12.0/style/js/public.js for removing GA
Modified:
brooklyn/site/v/0.12.0/style/js/public.js
Modified: brooklyn/site/v/0.12.0/style/js/public.js
URL:
http://svn.apache.org/viewvc/brooklyn/site/v/0.12.0/style/js/public.js?rev=1925141&r1=1925140&r2=1925141&view=diff
==============================================================================
--- brooklyn/site/v/0.12.0/style/js/public.js (original)
+++ brooklyn/site/v/0.12.0/style/js/public.js Fri Apr 18 07:18:45 2025
@@ -155,15 +155,4 @@
$('#page_notes').fadeIn('slow');
event.preventDefault ? event.preventDefault() : event.returnValue =
false;
}
-})(jQuery, ZeroClipboard);
-
-<!-- analytics -->
-var _gaq = _gaq || [];
-_gaq.push(['_setAccount', 'UA-107990351-1']);
-_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);
-})();
\ No newline at end of file
+})(jQuery, ZeroClipboard);
\ No newline at end of file