From: Andreas Ă–man Date: Thu, 19 Aug 2010 14:23:50 +0000 (+0000) Subject: Avoid trailing comma (does not work with IE) X-Git-Tag: 2.12~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd305a21b2becb503fffb0a16779ff1fad1a466b;p=thirdparty%2Ftvheadend.git Avoid trailing comma (does not work with IE) --- diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 5ca0b2d78..189d9e2ad 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();