diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-11-12 07:44:56 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-11-12 07:44:56 +0200 |
commit | 130a30756962cc013e686e2671f92e97b88e7c1b (patch) | |
tree | 309cc7bd8a5ca6f205b2ffbd711f84b967e17546 /client/js/radio_emulator.js | |
parent | 073352cb2bec05be8898385b54d74122846886e0 (diff) | |
download | arching-kaos-radio-130a30756962cc013e686e2671f92e97b88e7c1b.tar.gz arching-kaos-radio-130a30756962cc013e686e2671f92e97b88e7c1b.tar.bz2 arching-kaos-radio-130a30756962cc013e686e2671f92e97b88e7c1b.zip |
HTML migrated to Generator JSON format
Diffstat (limited to 'client/js/radio_emulator.js')
-rw-r--r-- | client/js/radio_emulator.js | 3 |
1 files changed, 1 insertions, 2 deletions
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'), |