From: john Date: Thu, 7 Dec 2017 01:41:24 +0000 (+0800) Subject: Roo/bootstrap/Input.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=d910c29398551e71133c39ef681293eed395eb51 Roo/bootstrap/Input.js --- diff --git a/Roo/bootstrap/Input.js b/Roo/bootstrap/Input.js index fad768ff05..1f9edb3ece 100644 --- a/Roo/bootstrap/Input.js +++ b/Roo/bootstrap/Input.js @@ -857,7 +857,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component, { */ markValid : function() { - if(!this.el || this.preventMark){ // not rendered + if(!this.el || this.preventMark){ // not rendered ... return; } @@ -923,11 +923,9 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component, { return; } - /* if(this.indicator){ this.indicator.show(); } - */ this.el.addClass(this.invalidClass);