From 8c76c3f7d7486bb21dd901278a68199a6b73f824 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Sat, 14 Jan 2017 13:46:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=80=A7=E8=83=BD=EF=BC=9A?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E6=9F=A5=E6=89=BE=E9=9C=80=E8=A6=81=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E7=9A=84css=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/js/framework.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } }); }