Pman.Tab.AdminNotify.bjs
authorAlan Knowles <alan@akbkhome.com>
Mon, 24 Oct 2011 03:52:31 +0000 (11:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 24 Oct 2011 03:52:31 +0000 (11:52 +0800)
Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index 4f102ef..7f9a89c 100644 (file)
@@ -31,7 +31,7 @@
                     "items": [
                         {
                             "listeners": {
-                                "beforeload": "function (_self, options)\n{\n    if (!_this.toggleBtn.pressed) {\n        options.params['!event_id'] = 0;\n    }\n}"
+                                "beforeload": "function (_self, options)\n{\n    if (!_this.toggleBtn.pressed) {\n        options.params['event_id'] = 0;\n    }\n}"
                             },
                             "*prop": "dataSource",
                             "remoteSort": true,
index f14a4b7..deb50fc 100644 (file)
@@ -77,7 +77,7 @@ Pman.Tab.AdminNotify = new Roo.util.Observable({
                         beforeload : function (_self, options)
                         {
                             if (!_this.toggleBtn.pressed) {
-                                options.params['!event_id'] = 0;
+                                options.params['event_id'] = 0;
                             }
                         }
                     },