DataObjects/core.sql
[Pman.Core] / Pman.Dialog.Image.js
index 675abca..5d85473 100644 (file)
@@ -119,7 +119,7 @@ Pman.Dialog.Image = {
                                     _this.dialog.uploadComplete = true;
                                     _this.dialog.haveProgress = 2; 
                                     Roo.MessageBox.hide(); // force hiding
-                                    _this.dialog.el.unmask();
+                                    //_this.dialog.el.unmask();
                                      
                                     if (act.type == 'setdata') { 
                                         this.url = _this.data._url ? _this.data._url : baseURL + '/Roo/Images.php';
@@ -157,7 +157,7 @@ Pman.Dialog.Image = {
                                 actionfailed : function (_self, act)
                                 {
                                     _this.dialog.uploadComplete = true;
-                                    _this.dialog.el.unmask();
+                                   // _this.dialog.el.unmask();
                                     // error msg???
                                      _this.dialog.haveProgress = 2; 
                                     if (act.type == 'submit') {