Pman.Dialog.AdminEventLog.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 11 Feb 2014 04:49:50 +0000 (12:49 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 11 Feb 2014 04:49:50 +0000 (12:49 +0800)
Pman.Dialog.AdminEventLog.js

Pman.Dialog.AdminEventLog.bjs
Pman.Dialog.AdminEventLog.js

index 0855f0a..835879e 100644 (file)
@@ -7,7 +7,7 @@
     "items": [
         {
             "listeners": {
-                "show": "function (_self)\n{\n    _this.grid.onClick('first');\n}"
+                "show": "function (_self)\n{\n    _this.grid.footer.onClick('first');\n}"
             },
             "height": 500,
             "title": "Event history",
index a17bb99..e07598e 100644 (file)
@@ -33,7 +33,7 @@ Pman.Dialog.AdminEventLog = {
             listeners : {
                 show : function (_self)
                 {
-                    _this.grid.onClick('first');
+                    _this.grid.footer.onClick('first');
                 }
             },
             height : 500,