From 96d4b021847a0a19f2e73066af75ca00fbb18b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Tue, 17 Nov 2009 22:04:15 +0000 Subject: [PATCH] The checkbox instance needs to be passed to the table editor --- src/webui/static/app/cwceditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }