Skip to content

Commit 3fdaba6

Browse files
author
Stephan Schmitz
committed
Google search console verification
1 parent 213696b commit 3fdaba6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

google441a079d0b0f7a49.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google441a079d0b0f7a49.html

static/app.js

-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ var handleLinks = function() {
7373
// attach smooth scrooling to internal anchor links
7474
b.addEventListener('click', function(e) {
7575
e.preventDefault();
76-
console.log('click');
77-
console.dir(e.target);
7876
var elem = e.target.nodeName === 'A' ? e.target : e.target.parentNode;
7977
if (elem.hash) {
8078
scrollToElem(elem.hash);

0 commit comments

Comments
 (0)