mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-07 03:48:02 -05:00
Merge pull request #1274 from Benouch/develop
Newznab Categories not beeing saved
This commit is contained in:
commit
a78344b609
@ -204,7 +204,7 @@ $(document).ready(function(){
|
|||||||
$(this).getCategories(isDefault, data);
|
$(this).getCategories(isDefault, data);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
updateNewznabCaps( null, data );
|
$(this).updateNewznabCaps( null, data );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -579,4 +579,4 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
$("#provider_order_list").disableSelection();
|
$("#provider_order_list").disableSelection();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user