mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
Initial Bootstrap 3 migration
This commit is contained in:
committed by
Mark McDowall
parent
ad0e372c35
commit
28fa264c69
@@ -3,7 +3,8 @@ define(
|
||||
[
|
||||
'backbone',
|
||||
'jquery',
|
||||
'Series/SeriesCollection'
|
||||
'Series/SeriesCollection',
|
||||
'typeahead'
|
||||
], function (Backbone, $, SeriesCollection) {
|
||||
$(document).on('keydown', function (e) {
|
||||
if ($(e.target).is('input') || $(e.target).is('textarea')) {
|
||||
|
||||
Reference in New Issue
Block a user