diff --git a/Bootstrap.Admin/Content/js/framework.js b/Bootstrap.Admin/Content/js/framework.js index 4f8baf3a..7456dc5e 100644 --- a/Bootstrap.Admin/Content/js/framework.js +++ b/Bootstrap.Admin/Content/js/framework.js @@ -36,7 +36,7 @@ if ($this.hasClass('tipso_style')) $this.tipso('hide').tipso('destroy'); }) vf.resetForm(); - v.find('div.form-group').removeClass("has-error has-success"); + v.find('.has-error, .has-success').removeClass("has-error has-success"); } }); }