Roo/form/MonthField.js
authorAlan Knowles <alan@roojs.com>
Thu, 18 Oct 2012 09:08:10 +0000 (17:08 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Oct 2012 09:08:10 +0000 (17:08 +0800)
Roo/form/MonthField.js

index 6b56508..9cdb316 100644 (file)
@@ -321,11 +321,6 @@ dateField.setValue('2006-5-4');
         
         this.menu.picker.setValue(this.getValue() || new Date());
         this.menu.show(this.el, "tl-bl?");
-        this.menu.hide();
-         
-        
-        this.menu.picker.monthPicker.enableDisplayMode('block');
-        
         this.menu.picker.showMonthPicker();
         
         this.menu.show(this.el, "tl-bl?");