Skip to content

Commit 23bc8bc

Browse files
committed
remove analytics
1 parent 4eaaaad commit 23bc8bc

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

index.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -225,19 +225,6 @@
225225
$("#membership").keyup(testMembership);
226226
});
227227
</script>
228-
<script type="text/javascript">
229-
230-
var _gaq = _gaq || [];
231-
_gaq.push(['_setAccount', 'UA-4514581-2']);
232-
_gaq.push(['_trackPageview']);
233-
234-
(function () {
235-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
236-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
237-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
238-
})();
239-
240-
</script>
241228
</head>
242229

243230
<body>

zh_CN/index.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -225,19 +225,6 @@
225225
$("#membership").keyup(testMembership);
226226
});
227227
</script>
228-
<script type="text/javascript">
229-
230-
var _gaq = _gaq || [];
231-
_gaq.push(['_setAccount', 'UA-4514581-2']);
232-
_gaq.push(['_trackPageview']);
233-
234-
(function () {
235-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
236-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
237-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
238-
})();
239-
240-
</script>
241228
</head>
242229

243230
<body>

0 commit comments

Comments
 (0)