From: Andreas Ă–man Date: Tue, 17 Nov 2009 22:04:15 +0000 (+0000) Subject: The checkbox instance needs to be passed to the table editor X-Git-Tag: 2.12~417 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96d4b021847a0a19f2e73066af75ca00fbb18b02;p=thirdparty%2Ftvheadend.git The checkbox instance needs to be passed to the table editor --- diff --git a/src/webui/static/app/cwceditor.js b/src/webui/static/app/cwceditor.js index ac57f90fc..9853d4eb6 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'); }