Skip to content

Commit

Permalink
fix typo in template
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 22, 2017
1 parent 6ecf00c commit 847294b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/resources/templates/mojo/menubar.html.ep
Expand Up @@ -121,7 +121,7 @@
});
});
$(function () {
$('a[href^="#"]').addClass('mojoscroll').on('click', function (e) {
$('a[href^="#"]').addClass('mojoscroll').on('click', function (e) {
e.preventDefault();
e.stopPropagation();
var hash = '#' + this.href.split('#')[1];
Expand Down

0 comments on commit 847294b

Please sign in to comment.