From 1837ba94cc238741f3b3d8fa5d51bfce2a37595b Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Tue, 17 Feb 2015 20:27:42 +0100 Subject: [PATCH] Added info to explain Generic providers such as Newznab. --- .../Settings/DownloadClient/Add/DownloadClientAddItemView.js | 2 +- .../DownloadClient/Add/DownloadClientAddItemViewTemplate.hbs | 3 +++ .../Indexers/Add/IndexerAddCollectionViewTemplate.hbs | 4 ++++ src/UI/Settings/Indexers/Add/IndexerAddItemView.js | 2 +- src/UI/Settings/Indexers/Add/IndexerAddItemViewTemplate.hbs | 3 +++ src/UI/Settings/Notifications/Add/NotificationAddItemView.js | 2 +- .../Notifications/Add/NotificationAddItemViewTemplate.hbs | 3 +++ 7 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/UI/Settings/DownloadClient/Add/DownloadClientAddItemView.js b/src/UI/Settings/DownloadClient/Add/DownloadClientAddItemView.js index cb308ea56..75a39e2b5 100644 --- a/src/UI/Settings/DownloadClient/Add/DownloadClientAddItemView.js +++ b/src/UI/Settings/DownloadClient/Add/DownloadClientAddItemView.js @@ -39,7 +39,7 @@ module.exports = Marionette.ItemView.extend({ }, _add : function(e) { - if ($(e.target).closest('.btn,.btn-group').length !== 0) { + if ($(e.target).closest('.btn,.btn-group').length !== 0 && $(e.target).closest('.x-custom').length === 0) { return; } diff --git a/src/UI/Settings/DownloadClient/Add/DownloadClientAddItemViewTemplate.hbs b/src/UI/Settings/DownloadClient/Add/DownloadClientAddItemViewTemplate.hbs index 0b50d028e..66e1fb9c4 100644 --- a/src/UI/Settings/DownloadClient/Add/DownloadClientAddItemViewTemplate.hbs +++ b/src/UI/Settings/DownloadClient/Add/DownloadClientAddItemViewTemplate.hbs @@ -4,6 +4,9 @@
{{#if_gt presets.length compare=0}} +
{{#if_gt presets.length compare=0}} +
{{#if_gt presets.length compare=0}} +