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