mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
minor cleanup.
This commit is contained in:
@@ -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 () {
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user