diff --git a/assets/js/result.js b/assets/js/result.js index 9460256..325f6a7 100644 --- a/assets/js/result.js +++ b/assets/js/result.js @@ -111,7 +111,7 @@ if (lyricsEl && audioPlayer) { console.log('Re-initializing auto-scroll for new audio source'); - lyricsEl.style.visibility = 'visible'; + lyricsEl.style.display = ""; // Reset scroll position lyricsEl.scrollTop = 0; @@ -168,6 +168,7 @@ audioPlayer.currentTime = currentTime; // Re-initialize auto-scroll for the new MP3 source + console.log(`Re-initialize auto-scroll`); reinitializeAutoScroll(); if (wasPlaying) { diff --git a/result.php b/result.php index dd469f6..bde65c4 100644 --- a/result.php +++ b/result.php @@ -10,9 +10,6 @@ - - - @@ -43,7 +40,7 @@ -
+
Share the love.