Added info to explain Generic providers such as Newznab.

This commit is contained in:
Taloth Saldono
2015-02-17 20:27:42 +01:00
parent 33ed76556f
commit 1837ba94cc
7 changed files with 16 additions and 3 deletions
@@ -41,7 +41,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;
}