From f33b5ccbcb03d0bb1b97f22460c52f146676d0b6 Mon Sep 17 00:00:00 2001 From: Tran Duy Hung Date: Fri, 15 Jun 2018 16:47:38 +0700 Subject: [PATCH] Fixed #14 --- js/fixed-responsive-nav.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/fixed-responsive-nav.js b/js/fixed-responsive-nav.js index 0903960..d61c705 100644 --- a/js/fixed-responsive-nav.js +++ b/js/fixed-responsive-nav.js @@ -1779,6 +1779,7 @@ window.smoothScroll = (function (window, document, undefined) { }; // Select the right navigation item when tapping the logo + /* document.querySelector(".logo a").addEventListener("click", function (e) { e.preventDefault(); wasNavigationTapped = true; @@ -1797,6 +1798,7 @@ window.smoothScroll = (function (window, document, undefined) { // Clear wasNavigationTapped check clearTapCheck(); }, false); + */ // When a navigation item is tapped, select it and begin scrolling forEach(links, function (i, el) {