From 1f4c9cbf4546b28ccd0824aeff4f7e1dd4742fe1 Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 26 Dec 2018 11:22:15 +0100 Subject: [PATCH] Fix url in JS --- script/public/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/public/index.js b/script/public/index.js index 9ed2a861..1e79d8a0 100644 --- a/script/public/index.js +++ b/script/public/index.js @@ -1,6 +1,5 @@ function getURLsFromPLS(sUrl, fn_callback) { - var from = "http://provisioning.streamtheworld.com/pls/CADENADIAL.pls"; - $.get(from, function(data) { + $.get(sUrl, function(data) { $response = data.split("\n"); $urls=[];