Roo/BasicDialog.js
authorEdward <edward@roojs.com>
Mon, 21 Jan 2019 04:11:50 +0000 (12:11 +0800)
committerEdward <edward@roojs.com>
Mon, 21 Jan 2019 04:11:50 +0000 (12:11 +0800)
Roo/BasicDialog.js

index ef3d80b..a4d6ab1 100644 (file)
@@ -600,7 +600,6 @@ Roo.extend(Roo.BasicDialog, Roo.util.Observable, {
             this.xy = this.el.getCenterXY(true);
         }
         if(this.modal){
-            Roo.log('adding x-body-masked class???!!!');
             Roo.get(document.body).addClass("x-body-masked");
             this.mask.setSize(Roo.lib.Dom.getViewWidth(true), Roo.lib.Dom.getViewHeight(true));
             this.mask.show();
@@ -956,7 +955,6 @@ Roo.extend(Roo.BasicDialog, Roo.util.Observable, {
         this.proxy.hide();
         if(this.modal){
             this.mask.hide();
-            Roo.log('remove x-body-masked');
             Roo.get(document.body).removeClass("x-body-masked");
         }
         this.fireEvent("hide", this);