diff --git a/resources/views/accounts/details.blade.php b/resources/views/accounts/details.blade.php index b8ec12bb982a..367d156f6bc8 100644 --- a/resources/views/accounts/details.blade.php +++ b/resources/views/accounts/details.blade.php @@ -139,7 +139,3 @@ @stop - -@section('onReady') - $('#name').focus(); -@stop diff --git a/resources/views/partials/keyboard_shortcuts.blade.php b/resources/views/partials/keyboard_shortcuts.blade.php index aed8df423163..3854e828a2ab 100644 --- a/resources/views/partials/keyboard_shortcuts.blade.php +++ b/resources/views/partials/keyboard_shortcuts.blade.php @@ -161,9 +161,11 @@ location.href = "{{ url('/dashboard') }}"; }); - Mousetrap.bind('g c', function(e) { - location.href = "{{ url('/calendar') }}"; + /* + Mousetrap.bind('g r c', function(e) { + location.href = "{{ url('/reports/calendar') }}"; }); + */ Mousetrap.bind('g r', function(e) { location.href = "{{ url('/reports') }}";