mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added hotkeys to paged collections (closed #36)
This commit is contained in:
@ -29,4 +29,5 @@ App.DI.registerSingleton('bootstrap', ['auth', 'router', 'util', 'promise', 'pre
|
||||
App.DI.registerManual('jQuery', function() { return window.$; });
|
||||
App.DI.registerManual('pathJs', function() { return window.Path; });
|
||||
App.DI.registerManual('_', function() { return window._; });
|
||||
App.DI.registerManual('mousetrap', function() { return window.Mousetrap; });
|
||||
App.DI.get('bootstrap');
|
||||
|
Reference in New Issue
Block a user