diff options
| -rw-r--r-- | skins/jason/channels.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/jason/channels.js b/skins/jason/channels.js index 0542218..60aaf14 100644 --- a/skins/jason/channels.js +++ b/skins/jason/channels.js @@ -17,8 +17,7 @@ Ext.xxv.storeChannels = function() { {name: 'name', type: 'string'}, {name: 'group', type: 'string'}, {name: 'position', type: 'int'}, - {name: 'grpname', type: 'string'}, - {name: 'host', type: 'string'} + {name: 'grpname', type: 'string'} ] }), proxy : new Ext.data.HttpProxy({ |
