Pman.Tab.AdminProjectManager.bjs
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 07:27:10 +0000 (15:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 07:27:10 +0000 (15:27 +0800)
Pman.Tab.AdminProjectManager.bjs

index 5205a94..a4b8544 100644 (file)
@@ -29,7 +29,7 @@
                         },
                         {
                             "listeners": {
-                                "|activate": "function() {\n    _this.panel = this;\n    _this.dialog = Pman.Dialog.CoreProject;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
+                                "|activate": "function() {\n    _this.panel = this;\n    _this.dialog = Pman ? Pman.Dialog.CoreProject : false;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
                             },
                             "background": true,
                             "fitContainer": true,