From 11229e2fa24af7a1bb50bb8aa19d603c1e7cf7f5 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Mon, 26 Jan 2015 21:25:59 +0000 Subject: [PATCH] Comment out code that doesn't work --- js/main.js | 2 ++ 1 file changed, 2 insertions(+) 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; }); }); +*/ } );