From: Adam Sutton Date: Thu, 4 Oct 2012 13:33:28 +0000 (+0100) Subject: Fix JS stray comma. Fixes #1299. X-Git-Tag: v3.5~404 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=459f06cf17bc7815ef1791ea762b893d8d7c8c8b;p=thirdparty%2Ftvheadend.git Fix JS stray comma. Fixes #1299. --- diff --git a/src/webui/static/app/chconf.js b/src/webui/static/app/chconf.js index 2549a7f98..248be4495 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({