From 130a30756962cc013e686e2671f92e97b88e7c1b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Tue, 12 Nov 2024 07:44:56 +0200 Subject: HTML migrated to Generator JSON format --- client/js/radio_emulator.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client/js/radio_emulator.js') diff --git a/client/js/radio_emulator.js b/client/js/radio_emulator.js index 13d874e..37bb163 100644 --- a/client/js/radio_emulator.js +++ b/client/js/radio_emulator.js @@ -39,9 +39,8 @@ const audioRequest = `${apiURL}${version}/audio/ogg/` const documentTitle = "Radio Station Emulator"; const separator = " :: "; -var audioElement = document.querySelector('audio'); -var placeholders = { +placeholders = { currentTime: document.querySelector('.current-time'), listStarted: document.querySelector('.started-on'), currentShowHash : document.querySelector('.current-show-hash'), -- cgit v1.2.3