tableeditor: ensure all reload operations are properly processed
This commit is contained in:
parent
6dbec8e2e4
commit
b3c6fc9459
1 changed files with 5 additions and 5 deletions
|
@ -13,13 +13,13 @@ tvheadend.tableEditor = function(title, dtable, cm, rec, plugins, store,
|
|||
op : "get"
|
||||
}
|
||||
});
|
||||
|
||||
tvheadend.comet.on(dtable, function(m){
|
||||
if (m.reload)
|
||||
store.reload();
|
||||
});
|
||||
}
|
||||
|
||||
tvheadend.comet.on(dtable, function(m){
|
||||
if (m.reload)
|
||||
store.reload();
|
||||
});
|
||||
|
||||
function addRecord() {
|
||||
Ext.Ajax.request({
|
||||
url : "tablemgr",
|
||||
|
|
Loading…
Add table
Reference in a new issue