mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Indexers add card
This commit is contained in:
@@ -15,7 +15,7 @@ define([
|
||||
},
|
||||
|
||||
onAfterItemAdded: function () {
|
||||
this.$itemViewContainer.find('.x-add-card').remove();
|
||||
this.$itemViewContainer.find('.x-add-card').parent('li').remove();
|
||||
|
||||
this.templateFunction = Marionette.TemplateCache.get('Settings/Notifications/AddCardTemplate');
|
||||
var html = this.templateFunction();
|
||||
|
||||
Reference in New Issue
Block a user