diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2009-01-02 09:30:20 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2009-01-02 09:30:20 +0000 |
| commit | 196f1c98f8887828a7e5aea7ab676d2390c44ea4 (patch) | |
| tree | bfdd9e9d3b25a958db037c8e4bd6d8c23a7b317b /skins/jason/program.js | |
| parent | 247890b57124d2e9468218fe817355b91cd0d2b5 (diff) | |
| download | xxv-196f1c98f8887828a7e5aea7ab676d2390c44ea4.tar.gz xxv-196f1c98f8887828a7e5aea7ab676d2390c44ea4.tar.bz2 | |
* jason/filter : disable unused shortcutkey
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 f671064..d136632 100644 --- a/skins/jason/program.js +++ b/skins/jason/program.js @@ -92,7 +92,7 @@ Ext.xxv.programGrid = function(viewer, record) { ,plugins:[new Ext.ux.grid.Search({ position:'top' - ,emptyText:'Search ...' + ,shortcutKey:null ,paramNames: { fields:'cmd' ,all:'p' |
