mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
added support for multi-button groups to toolbar
This commit is contained in:
parent
7ae9e79540
commit
19732ba31a
14 changed files with 115 additions and 49 deletions
|
@ -1,5 +1,4 @@
|
|||
'use strict';
|
||||
|
||||
define(['app', 'Series/SeriesModel'], function () {
|
||||
|
||||
NzbDrone.Series.Delete.DeleteSeriesView = Backbone.Marionette.ItemView.extend({
|
||||
|
@ -30,4 +29,4 @@ define(['app', 'Series/SeriesModel'], function () {
|
|||
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue