mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Add reports shortcut
This commit is contained in:
parent
1547a75731
commit
213e5c1859
@ -111,6 +111,10 @@
|
||||
location.href = "{{ url('/dashboard') }}";
|
||||
});
|
||||
|
||||
Mousetrap.bind('g r', function(e) {
|
||||
location.href = "{{ url('/reports') }}";
|
||||
});
|
||||
|
||||
Mousetrap.bind('g s', function(e) {
|
||||
location.href = settingsURL;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user