Roo/form/MonthField.js
authorChris <chris@roojs.com>
Thu, 18 Oct 2012 10:26:11 +0000 (18:26 +0800)
committerChris <chris@roojs.com>
Thu, 18 Oct 2012 10:26:11 +0000 (18:26 +0800)
Roo/form/MonthField.js

index 4e9a7c8..7ad4ed4 100644 (file)
@@ -325,8 +325,8 @@ dateField.setValue('2006-5-4');
         m.show(this.el, "tl-bl?");
         
         (function() {
-            Roo.log(Roo.select('.x-date-picker table'));
-            Roo.select('.x-date-picker table', true).first().dom.style
+            //Roo.log(Roo.select('.x-date-picker table'));
+            Roo.select('.x-date-picker table', true).first().dom.style.visibility = "hidden";
             p.showMonthPicker();
         }).defer(100);