mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-05 10:40:13 -04:00
Adjust keyboard shortcuts
This commit is contained in:
parent
96e2d6734e
commit
38fe3d1e21
@ -139,7 +139,3 @@
|
||||
</script>
|
||||
|
||||
@stop
|
||||
|
||||
@section('onReady')
|
||||
$('#name').focus();
|
||||
@stop
|
||||
|
@ -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') }}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user