From d2646307b79a6799efca36732e9da9a59f350c0d Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 21 May 2020 18:19:25 +0200 Subject: [PATCH] js --- 12/player2.js | 2 +- 12/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/12/player2.js b/12/player2.js index 3b46083..0e673a3 100644 --- a/12/player2.js +++ b/12/player2.js @@ -5,7 +5,7 @@ track.addEventListener('cuechange', function () { console.log("cuechange", cues, cues[0].text, cues[0].startTime, cues[0].endTime); var d = JSON.parse(cues[0].text); console.log("d",d); - // track_div.innerHTML = d.title; + track_div.innerHTML = d.title; var old = document.querySelector(".now_playing"); if (old) { old.classList.remove("now_playing"); diff --git a/12/style.css b/12/style.css index f3b885b..23ee814 100644 --- a/12/style.css +++ b/12/style.css @@ -106,6 +106,7 @@ ul#table_content_02{ .audio_01{ width:100%; margin-top:40px; + color:white; } .contributors{