diff --git a/index.twig b/index.twig index 6433a03..469c39a 100644 --- a/index.twig +++ b/index.twig @@ -215,14 +215,12 @@ const podcastDiv = document.getElementById("podcast-list"); var lines = data.split('\n'); - for(var i = 0;i < lines.length;i++){ - var podcastInfo = lines[i].split(';'); - const podcastTitle = document.createTextNode(podcastInfo[0]); + for (var i = 0;i < lines.length;i++) { + let podcastInfo = lines[i].split(';'); const node = document.createElement('div'); node.classList.add('col-sm-12', 'col-lg-6', 'col-xl-4', 'my-2'); - node.innerHtml = "I have changed!"; - //'