Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEB UI: cteditor - fix internet explorer array
  • Loading branch information
perexg committed Nov 8, 2014
1 parent 34f803a commit 0c9f592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/cteditor.js
Expand Up @@ -54,7 +54,7 @@ tvheadend.bouquet = function(panel, index)
source: { width: 200 },
services_count: { width: 100 },
services_seen: { width: 100 },
comment: { width: 200 },
comment: { width: 200 }
},
list: list,
del: true,
Expand Down

0 comments on commit 0c9f592

Please sign in to comment.