mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Initial Bootstrap 3 migration
This commit is contained in:
parent
ad0e372c35
commit
28fa264c69
151 changed files with 9617 additions and 6299 deletions
|
@ -30,7 +30,7 @@ define(
|
|||
}
|
||||
}
|
||||
|
||||
var controlGroup = input.parents('.control-group');
|
||||
var controlGroup = input.parents('.form-group');
|
||||
|
||||
if(controlGroup.length ===0){
|
||||
controlGroup = input.parent();
|
||||
|
@ -50,7 +50,7 @@ define(
|
|||
};
|
||||
|
||||
$.fn.addFormError = function (error) {
|
||||
this.find('.control-group').parent().prepend('<div class="alert alert-error validation-error">' + error.errorMessage + '</div>');
|
||||
this.find('.form-group').parent().prepend('<div class="alert alert-error validation-error">' + error.errorMessage + '</div>');
|
||||
};
|
||||
|
||||
$.fn.removeAllErrors = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue