Renamed variable
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
e245824b58
commit
998e30d5b2
@ -1,8 +1,8 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var client = new XMLHttpRequest();
|
var client = new XMLHttpRequest();
|
||||||
var radio = findGetParameter('radio');
|
var channel = findGetParameter('channel');
|
||||||
var url = '//somafm.com/songs/' + radio + '.xml';
|
var url = '//somafm.com/songs/' + channel + '.xml';
|
||||||
|
|
||||||
/* Processes response */
|
/* Processes response */
|
||||||
client.onload = function () {
|
client.onload = function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user