remove debugging code
[roojs1] / Roo / menu / DateMenu.js
index 21a27e3..3f60724 100644 (file)
@@ -34,10 +34,9 @@ Roo.menu.DateMenu = function(config){
      * @param {Date} date
      */
     this.relayEvents(di, ["select"]);
-    console.log(123);
     this.on('beforeshow', function(){
         if(this.picker){
-            this.picker.hideMonthPicker(true);
+            this.picker.hideMonthPicker(false);
         }
     }, this);
 };