We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213696b commit 3fdaba6Copy full SHA for 3fdaba6
google441a079d0b0f7a49.html
@@ -0,0 +1 @@
1
+google-site-verification: google441a079d0b0f7a49.html
static/app.js
@@ -73,8 +73,6 @@ var handleLinks = function() {
73
// attach smooth scrooling to internal anchor links
74
b.addEventListener('click', function(e) {
75
e.preventDefault();
76
- console.log('click');
77
- console.dir(e.target);
78
var elem = e.target.nodeName === 'A' ? e.target : e.target.parentNode;
79
if (elem.hash) {
80
scrollToElem(elem.hash);
0 commit comments