From cd305a21b2becb503fffb0a16779ff1fad1a466b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Thu, 19 Aug 2010 14:23:50 +0000 Subject: [PATCH] Avoid trailing comma (does not work with IE) --- src/webui/static/app/tvheadend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 5ca0b2d7..189d9e2a 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -77,7 +77,7 @@ tvheadend.VLC = function(url) { value: 90, increment: 1, minValue: 0, - maxValue: 100, + maxValue: 100 }); var sliderLabel = new Ext.form.Label();