mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Indexers add card
This commit is contained in:
parent
4f1b27a523
commit
6522b38584
6 changed files with 38 additions and 11 deletions
|
@ -17,7 +17,7 @@ define(['app',
|
|||
},
|
||||
|
||||
onAfterItemAdded: function () {
|
||||
this.$itemViewContainer.find('.x-add-card').remove();
|
||||
this.$itemViewContainer.find('.x-add-card').parent('li').remove();
|
||||
|
||||
this.templateFunction = Marionette.TemplateCache.get('Settings/Quality/Profile/AddCardTemplate');
|
||||
var html = this.templateFunction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue