Skip to content

Commit

Permalink
Fix(?) Javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 26, 2015
1 parent 85a7208 commit 3451bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Expand Up @@ -10,7 +10,7 @@ function setCounter () {
}

$( document ).ready(function() {
setCounter;
setCounter();

$('a[href^="#"]').on('click',function (e) {
e.preventDefault();
Expand Down

0 comments on commit 3451bd8

Please sign in to comment.