]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Avoid trailing comma (does not work with IE)
authorAndreas Öman <andreas@lonelycoder.com>
Thu, 19 Aug 2010 14:23:50 +0000 (14:23 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Thu, 19 Aug 2010 14:23:50 +0000 (14:23 +0000)
src/webui/static/app/tvheadend.js

index 5ca0b2d786f02d3187efd2d420adc9584950bc46..189d9e2adffb95cbf836677a5c5a00eecd40c7d9 100644 (file)
@@ -77,7 +77,7 @@ tvheadend.VLC = function(url) {
     value: 90,
     increment: 1,
     minValue: 0,
-    maxValue: 100,
+    maxValue: 100
   });
   
   var sliderLabel = new Ext.form.Label();