Roo/bootstrap/DateField.js
authorEdward <edward@roojs.com>
Thu, 23 Apr 2015 05:25:26 +0000 (13:25 +0800)
committerEdward <edward@roojs.com>
Thu, 23 Apr 2015 05:25:26 +0000 (13:25 +0800)
Roo/bootstrap/DateField.js

index dbdd0f0..0a7e8c1 100644 (file)
@@ -187,7 +187,7 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input,  {
         
         if(this.singleMode){
             Roo.each(this.picker().select('thead tr th', true).elements, function(v){
-                v.hide();
+                v.remove();
             })
         }