diff --git a/src/webui/static/app/tableeditor.js b/src/webui/static/app/tableeditor.js index dc04d1af..c36498d8 100644 --- a/src/webui/static/app/tableeditor.js +++ b/src/webui/static/app/tableeditor.js @@ -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",