datei() fix
This commit is contained in:
parent
dccbad1d1b
commit
666e79e8ce
2 changed files with 127 additions and 125 deletions
|
|
@ -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()){
|
|||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue