From 3aeb4f5cb42acb961b6c128ec4cbf23f397ae2f8 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sun, 16 Dec 2007 14:39:19 +0000 Subject: * MUSIC: remove proxy from playlist building, use proxy only to playing files * EPG: rename VPS to PDC, Programme Delivery Control --- skins/xstyle/javascript/global.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'skins/xstyle/javascript') diff --git a/skins/xstyle/javascript/global.js b/skins/xstyle/javascript/global.js index 73a8f42..9d69317 100644 --- a/skins/xstyle/javascript/global.js +++ b/skins/xstyle/javascript/global.js @@ -113,7 +113,7 @@ function reverse(form) { } } -function Play(warnmsg,form,proxy) { +function Play(warnmsg,form) { // test on checked Boxes ok = new Array; x = 0; @@ -126,10 +126,7 @@ function Play(warnmsg,form,proxy) { } } if(x > 0) { - var url = ""; - if(proxy != 0) - url = proxy; - url = url + '?cmd=mplaylist&data=' + ok.join('_') + '&binary=1'; + var url = '?cmd=mplaylist&data=' + ok.join('_'); location.href = url; } else { alert(warnmsg); -- cgit v1.2.3