fix borked script
This commit is contained in:
parent
3a721ebf69
commit
31843789cf
1 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<section id="radio">
|
||||
<div class="section-headers" style="background-image: url(/2025/images/radio.webp);">
|
||||
<h2>RadioStation</h2>
|
||||
|
|
@ -102,7 +101,9 @@
|
|||
|
||||
timeleyManner();
|
||||
|
||||
setInterval
|
||||
setInterval(function(){
|
||||
timeleyManner();
|
||||
}, 10000)
|
||||
|
||||
// player logic
|
||||
var audio = document.getElementById("radioAudio");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue