mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
fix audio :3
This commit is contained in:
parent
f183ee0c18
commit
cd811ba381
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ loopOption.addEventListener("click", function() {
|
|||
if (quaindt !== "medium") {
|
||||
var loopedaudioelement = document.getElementById("aud");
|
||||
if (loopedaudioelement) {
|
||||
audio.loop = !looped;
|
||||
loopedaudioelement.loop = !looped;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue