Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Fri, 5 Sep 2014 05:05:03 +0000 (13:05 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Sep 2014 05:05:03 +0000 (13:05 +0800)
Roo/bootstrap/Calendar.js

index 8de4f6e..91f6a26 100644 (file)
@@ -893,7 +893,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
         
         this.renderEvents();
         
-        if(this.loadMask){
+        if(this.calevents.length && this.loadMask){
             this.maskEl.hide();
         }
     },