diff --git a/src/webui/static/app/cwceditor.js b/src/webui/static/app/cwceditor.js index ac57f90f..9853d4eb 100644 --- a/src/webui/static/app/cwceditor.js +++ b/src/webui/static/app/cwceditor.js @@ -105,6 +105,6 @@ tvheadend.cwceditor = function() { }); return new tvheadend.tableEditor('Code Word Client', 'cwc', cm, rec, - [enabledColumn], store, + [enabledColumn, emmColumn], store, 'config_cwc.html', 'key'); }