Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Comment out code that doesn't work
  • Loading branch information
davorg committed Jan 26, 2015
1 parent 3451bd8 commit 11229e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/main.js
Expand Up @@ -12,6 +12,7 @@ function setCounter () {
$( document ).ready(function() {
setCounter();

/*
$('a[href^="#"]').on('click',function (e) {
e.preventDefault();
Expand All @@ -24,4 +25,5 @@ $( document ).ready(function() {
window.location.hash = target;
});
});
*/
} );

0 comments on commit 11229e2

Please sign in to comment.