The checkbox instance needs to be passed to the table editor

This commit is contained in:
Andreas Öman 2009-11-17 22:04:15 +00:00
parent 32a3a8e4d2
commit 96d4b02184

View file

@ -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');
}