From 459f06cf17bc7815ef1791ea762b893d8d7c8c8b Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Thu, 4 Oct 2012 14:33:28 +0100 Subject: [PATCH] Fix JS stray comma. Fixes #1299. --- src/webui/static/app/chconf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/chconf.js b/src/webui/static/app/chconf.js index 2549a7f9..248be449 100644 --- a/src/webui/static/app/chconf.js +++ b/src/webui/static/app/chconf.js @@ -314,7 +314,7 @@ tvheadend.chconf = function() { tooltop : 'Add a new channel', iconCls : 'add', text : 'Add channel', - handler : addRecord, + handler : addRecord }); var delBtn = new Ext.Toolbar.Button({