From bf9b3d2efa6cfd3e48a1b6cf9504b14a965876b9 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 11 Feb 2015 14:38:36 +0800 Subject: [PATCH] Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- Pman.Tab.AdminNotify.bjs | 2 +- Pman.Tab.AdminNotify.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index 4dccf40..cf5cb7b 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -131,7 +131,7 @@ }, { "listeners" : { - "render" : "function (_self)\n{\n _this.evtypeCombo = _self;\n}", + "render" : "function (_self)\n{\n _this.typeCombo = _self;\n}", "select" : "function (combo, record, index)\n{\n _this.grid.footer.onClick('first');\n}" }, "listWidth" : 400, diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index 2061e71..5d3204e 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -367,7 +367,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ listeners : { render : function (_self) { - _this.evtypeCombo = _self; + _this.typeCombo = _self; }, select : function (combo, record, index) { -- 2.39.2