Skip to content

Commit

Permalink
Tidy cpan.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 2, 2015
1 parent a71a80d commit 8006c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/static/js/cpan.js
Expand Up @@ -90,7 +90,7 @@ $(document).ready(function() {
});

// install a default handler for 'g s' for non pod pages
Mousetrap.bind('g s', function(e) { });
Mousetrap.bind('g s', function(e) {});

$('a[data-keyboard-shortcut]').each(function(index, element) {
Mousetrap.bind($(element).data('keyboard-shortcut'), function() {
Expand Down

0 comments on commit 8006c41

Please sign in to comment.