commit
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@
|
||||
var lines = data.split('\n');
|
||||
for(var i = 0;i < lines.length;i++){
|
||||
var podcastInfo = lines[i].split(';');
|
||||
const podcastTitle = document.createTextNode(lines[i]);
|
||||
const podcastTitle = document.createTextNode(podcastInfo[0]);
|
||||
|
||||
const node = document.createElement("p");
|
||||
node.appendChild(podcastTitle);
|
||||
|
||||
Reference in New Issue
Block a user