summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/public/app.js')
-rw-r--r--js/public/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/public/app.js b/js/public/app.js
index 57306e34a..5982ab587 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -327,7 +327,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
return $($window.document).keydown(function(e) {
var focused, scrollArea;
focused = $(':focus');
- if (!(focused.is('input') || focused.is('select') || focused.is('textarea') || focused.is('checkbox') || focused.is('button'))) {
+ if (!(focused.is('input') || focused.is('select') || focused.is('textarea') || focused.is('checkbox'))) {
if (!(e.shiftKey || e.altKey || e.ctrlKey || e.metaKey)) {
scrollArea = elm;
if (e.keyCode === 74 || e.keyCode === 39 || e.keyCode === 78) {