]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix JS stray comma. Fixes #1299.
authorAdam Sutton <dev@adamsutton.me.uk>
Thu, 4 Oct 2012 13:33:28 +0000 (14:33 +0100)
committerAdam Sutton <dev@adamsutton.me.uk>
Thu, 4 Oct 2012 13:38:03 +0000 (14:38 +0100)
src/webui/static/app/chconf.js

index 2549a7f987413d76f4c5ee37c2b2dbc6081a114f..248be4495b3518eefb7fa6f04163aeeb84868d8f 100644 (file)
@@ -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({