Remove Google Analytics code block

[ci skip]
This commit is contained in:
Srijon Saha 2020-06-26 12:46:25 -07:00
parent e21c2b5230
commit 6d3fac403c

@ -19,16 +19,6 @@ var process_wb = (function() {
};
})();
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36810333-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' : 'https://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
var do_file = (function() {
return function do_file(files) {
var f = files[0];