mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Cleaned up modals in the UI.
added empty modal for episode info
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
define(['app'], function () {
|
||||
return Backbone.Marionette.Region.extend({
|
||||
"use strict";
|
||||
define('modal', function () {
|
||||
var modal = Backbone.Marionette.Region.extend({
|
||||
el: "#modal-region",
|
||||
|
||||
constructor: function () {
|
||||
@@ -23,6 +24,8 @@
|
||||
this.$el.modal('hide');
|
||||
}
|
||||
});
|
||||
|
||||
return modal;
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user