mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47: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 () {
|
|||
}
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
define(['app'], function () {
|
||||
"use strict";
|
||||
|
||||
define(['app'], function () {
|
||||
NzbDrone.Shared.SpinnerView = Backbone.Marionette.ItemView.extend({
|
||||
template : 'Shared/SpinnerTemplate',
|
||||
className: 'nz-spinner row'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue