]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
The checkbox instance needs to be passed to the table editor
authorAndreas Öman <andreas@lonelycoder.com>
Tue, 17 Nov 2009 22:04:15 +0000 (22:04 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Tue, 17 Nov 2009 22:04:15 +0000 (22:04 +0000)
src/webui/static/app/cwceditor.js

index ac57f90fc0cabcfa0b5aae40810c76f097aefd31..9853d4eb6025c3cc73b09d1899425d73ac211094 100644 (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');
 }