Skip to content

Commit aafeef4

Browse files
committed
Update index.tpl
1 parent 59dc165 commit aafeef4

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

index.tpl

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -269,21 +269,9 @@ display: none;
269269
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
270270
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
271271
272-
ga('create', 'UA-48219354-1', 'nqdeng.github.io');
272+
ga('create', 'UA-48219044-1', 'auto');
273273
ga('send', 'pageview');
274274
275-
(function (nav) {
276-
var body = document.getElementsByTagName('body')[0];
277-
278-
nav.addEventListener &&
279-
nav.addEventListener('click', function (e) {
280-
if (e.target.className == 'button') {
281-
body.className = !body.className ? 'index' : '';
282-
} else {
283-
body.className = '';
284-
}
285-
}, false);
286-
}(document.getElementsByTagName('nav')[0]));
287275
</script>
288276
</body>
289-
</html>
277+
</html>

0 commit comments

Comments
 (0)