diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2009-12-20 14:46:30 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2009-12-20 14:46:30 +0000 |
| commit | 6d3e88d05d3d104bec6f882d2a0205cd4d6f2ae7 (patch) | |
| tree | 23b8cfa57c06ead48a897d0f4c92ceab570bc44f /skins/jason/now.js | |
| parent | 06246360d87faa53f943c039b31d9d37ae325c3d (diff) | |
| download | xxv-6d3e88d05d3d104bec6f882d2a0205cd4d6f2ae7.tar.gz xxv-6d3e88d05d3d104bec6f882d2a0205cd4d6f2ae7.tar.bz2 | |
* Chronicle: store also epg description (change db layout version-32)
* Chronicle: ignore cutted recordings
* jason: show description from recording stored by chronicle
Diffstat (limited to 'skins/jason/now.js')
| -rw-r--r-- | skins/jason/now.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/jason/now.js b/skins/jason/now.js index b56ef59..442c760 100644 --- a/skins/jason/now.js +++ b/skins/jason/now.js @@ -193,8 +193,6 @@ Ext.extend(Ext.xxv.NowGrid, Ext.grid.GridPanel, { for (var i = 0; i < l; i++) { records[i].data.rang = i; } - this.getSelectionModel().selectFirstRow(); - if(store.baseParams.data && store.baseParams.cmd != 'nx' && store.reader.meta @@ -206,6 +204,7 @@ Ext.extend(Ext.xxv.NowGrid, Ext.grid.GridPanel, { this.ownerCt.SetPanelTitle(this.szFollowing + " - " + new Date().dateFormat('H:i')); else this.ownerCt.SetPanelTitle(this.szPresent + " - " + new Date().dateFormat('H:i')); + this.getSelectionModel().selectFirstRow(); } ,onSpecialkey : function(f, e) { if(e.getKey() == e.ENTER){ |
