roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index be333a5..64b1f74 100644 (file)
@@ -24210,12 +24210,10 @@ Roo.extend(Roo.bootstrap.form.TimeField, Roo.bootstrap.form.Input,  {
     
     update: function()
     {
-        
+        // default minute is a multiple of minuteStep
         if(typeof(this.time) === 'undefined') {
             this.time = new Date();
-            Roo.log(this.time);
             this.time = this.time.add(Date.MINUTE, Math.round(parseInt(this.time.format('i')) / this.minuteStep) * this.minuteStep - parseInt(this.time.format('i')));
-            Roo.log(this.time);
         }
         this.time = (typeof(this.time) === 'undefined') ? new Date() : this.time;