mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
minor cleanup.
This commit is contained in:
parent
c2f438c18a
commit
763c4bd25b
4 changed files with 31 additions and 21 deletions
|
@ -15,7 +15,7 @@ define(function () {
|
|||
return $el;
|
||||
},
|
||||
|
||||
showModal: function (view) {
|
||||
showModal: function () {
|
||||
this.$el.addClass('modal hide fade');
|
||||
|
||||
//need tab index so close on escape works
|
||||
|
@ -31,4 +31,4 @@ define(function () {
|
|||
}
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue