diff options
-rw-r--r-- | assets/js/bootswatch.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/bootswatch.js b/assets/js/bootswatch.js index cc6ca998..5a9a6a55 100644 --- a/assets/js/bootswatch.js +++ b/assets/js/bootswatch.js @@ -10,7 +10,7 @@ $('#home > .navbar').addClass('navbar-transparent'); }); - $("a[href='#'").click(function(e) { + $("a[href='#']").click(function(e) { e.preventDefault(); }); |