diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2009-12-19 13:50:17 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2009-12-19 13:50:17 +0000 |
| commit | ac6040823f365ef7bb6d455d070aaecec8dc744a (patch) | |
| tree | c46d3e883752f58773b7a12cbc226b6842237b02 /skins/jason/program.js | |
| parent | 65ababad8a7ef911f29a29cfcac775ad26e68445 (diff) | |
| download | xxv-ac6040823f365ef7bb6d455d070aaecec8dc744a.tar.gz xxv-ac6040823f365ef7bb6d455d070aaecec8dc744a.tar.bz2 | |
* CHANNELS: allow query a compact list ( by cmd=clist&compact=1 )
* STATUS: Refactoring output (network/filesys/memory/vitals)
* STREAM: Fix SMB streaming (div by zero)
* html/xstyle: footer updated
* xstyle: css fix correct z-index on schema for timemarker
* jason: use one loading mask for many tasks
* jason: timer self updating if new timer created
* jason: stream allow external video player
* jason: use compact channel list (reduce memory footprint)
* update translations
Diffstat (limited to 'skins/jason/program.js')
| -rw-r--r-- | skins/jason/program.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/jason/program.js b/skins/jason/program.js index 6f8f442..294c009 100644 --- a/skins/jason/program.js +++ b/skins/jason/program.js @@ -85,7 +85,7 @@ Ext.xxv.programGrid = function(viewer, record) { Ext.xxv.programGrid.superclass.constructor.call(this, {
region: 'center'
,id: 'program-grid'
- ,loadMask: true + ,loadMask: false ,autoExpandColumn:'expand' ,cm: cm
,sm: new Ext.grid.RowSelectionModel({
|
