mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
New: Added CAPTCHA support to Rarbg.
This commit is contained in:
@@ -75,6 +75,8 @@ module.exports = function() {
|
||||
};
|
||||
|
||||
$.fn.removeAllErrors = function() {
|
||||
this.removeClass('has-error');
|
||||
this.removeClass('has-warning');
|
||||
this.find('.has-error').removeClass('has-error');
|
||||
this.find('.has-warning').removeClass('has-warning');
|
||||
this.find('.error').removeClass('error');
|
||||
|
||||
Reference in New Issue
Block a user