diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index 123cea45ec17..82b0afc57274 100644 --- a/resources/views/header.blade.php +++ b/resources/views/header.blade.php @@ -287,16 +287,6 @@ $('#search').focusin(onSearchFocus); $('#search').blur(onSearchBlur); - /* - $(document).keypress(function (event) { - console.log(event); - if (event.which == 47 && !$('*:focus').length) { - event.preventDefault(); - $('#search').focus(); - } - }); - */ - Mousetrap.bind('?', function(e) { console.log('heree'); $('#helpModal').modal('show');