Pman.Dialog.CmsApplyStyleSheets.bjs
authorEdward <edward@roojs.com>
Fri, 19 Jun 2015 08:28:05 +0000 (16:28 +0800)
committerEdward <edward@roojs.com>
Fri, 19 Jun 2015 08:28:05 +0000 (16:28 +0800)
Pman.Dialog.CmsApplyStyleSheets.js

Pman.Dialog.CmsApplyStyleSheets.bjs
Pman.Dialog.CmsApplyStyleSheets.js

index 540ada6..8df4371 100644 (file)
@@ -69,7 +69,7 @@
     },
     {
      "listeners" : {
-      "click" : "function (_self, e)\n{\n    _this.dialog.hide();\n    \n    if (_this.callback) {\n        _this.callback.call(_this, _this.form.getValues());\n     }\n}"
+      "click" : "function (_self, e)\n{\n    \n}"
      },
      "text" : "OK",
      "xtype" : "Button",
index 340d68b..7ed713f 100644 (file)
@@ -73,11 +73,7 @@ Pman.Dialog.CmsApplyStyleSheets = {
       listeners : {
        click : function (_self, e)
         {
-            _this.dialog.hide();
             
-            if (_this.callback) {
-                _this.callback.call(_this, _this.form.getValues());
-             }
         }
       }
      }