Roo/bootstrap/CheckBox.js
authorjohn <john@roojs.com>
Tue, 31 Oct 2017 09:19:27 +0000 (17:19 +0800)
committerjohn <john@roojs.com>
Tue, 31 Oct 2017 09:19:27 +0000 (17:19 +0800)
Roo/bootstrap/CheckBox.js

index 37fa77c..f10cfc4 100644 (file)
@@ -359,6 +359,9 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
     
     validate : function()
     {
+        
+        
+        
         if(
                 this.disabled || 
                 (this.inputType == 'radio' && this.validateRadio()) ||
@@ -368,8 +371,6 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
             return true;
         }
         
-        Roo.log(this.name);
-        
         this.markInvalid();
         return false;
     },