mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07:00
making modals event driven,
This commit is contained in:
parent
2083a86c2a
commit
00dcce469d
18 changed files with 100 additions and 53 deletions
|
@ -11,7 +11,7 @@ define(['app', 'marionette'], function (App, Marionette) {
|
|||
this.model.destroy({
|
||||
wait : true,
|
||||
success: function () {
|
||||
App.modalRegion.closeModal();
|
||||
App.vent.trigger(App.Commands.CloseModalCommand);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue