mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04: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