datei() fix

This commit is contained in:
mikka 2026-05-01 22:07:06 +02:00
parent dccbad1d1b
commit 666e79e8ce
2 changed files with 127 additions and 125 deletions

View file

@ -7,6 +7,7 @@ playcolor = "#00ff3c"
loop = true
function onplay(id){
//What is id
id = parseInt(id)
if(id>0){
articles[id-1].style.filter = "grayscale("+(id+1)*20+"%)"
@ -98,4 +99,4 @@ for (const [index,audio] of audios.entries()){
}
}
})
}
}