Adjust keyboard shortcuts

This commit is contained in:
Hillel Coren 2018-04-21 22:05:47 +03:00
parent 96e2d6734e
commit 38fe3d1e21
2 changed files with 4 additions and 6 deletions

View File

@ -139,7 +139,3 @@
</script>
@stop
@section('onReady')
$('#name').focus();
@stop

View File

@ -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') }}";