roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index 5b236bf..949fe94 100644 (file)
@@ -12958,6 +12958,9 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
             this.markValid();
             return true;
         }
+
+        Roo.log(this.name);
+        Roo.log('MARK INVALID');
         
         this.markInvalid();
         return false;
@@ -13000,8 +13003,6 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
             if (typeof(msg) == 'string') {
                 this.invalidText = msg;
             }
-            Roo.log('validateValue');
-            Roo.log(msg);
             if(msg !== true){
                 return false;
             }