commit
This commit is contained in:
+1
-1
@@ -258,7 +258,7 @@
|
|||||||
for(var i = 0;i < lines.length;i++){
|
for(var i = 0;i < lines.length;i++){
|
||||||
var podcastInfo = lines[i].split(';');
|
var podcastInfo = lines[i].split(';');
|
||||||
const podcastTitle = document.createTextNode(lines[i]);
|
const podcastTitle = document.createTextNode(lines[i]);
|
||||||
podcastDiv.appenChild('<p>' + podcastInfo[0] + '</p>');
|
podcastDiv.appendChild('<p>' + podcastInfo[0] + '</p>');
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user