remove debugging code
[roojs1] / Roo / menu / DateMenu.js
index 1c58a7f..3f60724 100644 (file)
@@ -36,7 +36,7 @@ Roo.menu.DateMenu = function(config){
     this.relayEvents(di, ["select"]);
     this.on('beforeshow', function(){
         if(this.picker){
-            this.picker.hideMonthPicker(true);
+            this.picker.hideMonthPicker(false);
         }
     }, this);
 };