diff options
| author | anbr <vdr07@deltab.de> | 2012-03-20 17:48:09 +0100 |
|---|---|---|
| committer | anbr <vdr07@deltab.de> | 2012-03-20 17:48:09 +0100 |
| commit | b611cab8b16b63f645aae31a4782df8815ed4259 (patch) | |
| tree | eb936cb6b5cb2fbdf57ff5f32936e50e42cdada9 | |
| parent | 4541aedc3d9f7aea65cbdf831b9cc8e96213b20e (diff) | |
| download | xxv-b611cab8b16b63f645aae31a4782df8815ed4259.tar.gz xxv-b611cab8b16b63f645aae31a4782df8815ed4259.tar.bz2 | |
jason: epg-view 'now' toggle timer failed
| -rw-r--r-- | skins/jason/now.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/jason/now.js b/skins/jason/now.js index e508b65..dd01ce6 100644 --- a/skins/jason/now.js +++ b/skins/jason/now.js @@ -278,7 +278,7 @@ Ext.extend(Ext.xxv.NowGrid, Ext.grid.GridPanel, { ,iconCls: 'timer-toggle-icon' ,scope:this ,disabled: true - ,handler: function() { this.ToogleTimer(this.ctxRecord, this.updateTimer, this); } + ,handler: function() { this.ToggleTimer(this.ctxRecord); } },{ itemId:'td' ,text: this.szDeleteTimer |
