summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/build/app.js b/js/build/app.js
index dea34087a..c8d8ede73 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -2459,6 +2459,12 @@ app.service('SettingsResource', ["$http", "BASE_URL", function ($http, BASE_URL)
event.preventDefault();
nextFolder(navigationArea);
+ // q
+ } else if ([81].indexOf(keyCode) >= 0) {
+
+ event.preventDefault();
+ $('#searchbox').focus();
+
// page up
} else if ([33].indexOf(keyCode) >= 0) {
tryReload(navigationArea, scrollArea);