diff --git a/js/main.js b/js/main.js index e2943b8adb..2a66ded9ac 100644 --- a/js/main.js +++ b/js/main.js @@ -12,6 +12,7 @@ function setCounter () { $( document ).ready(function() { setCounter(); +/* $('a[href^="#"]').on('click',function (e) { e.preventDefault(); @@ -24,4 +25,5 @@ $( document ).ready(function() { window.location.hash = target; }); }); +*/ } );