Skip to content

Commit

Permalink
Merge branch 'master' of github.com:davorg/twittelection
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 27, 2015
2 parents 341fdc4 + 11229e2 commit 5d0aaf2
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 5d0aaf2

Please sign in to comment.