mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
fix audio :3
This commit is contained in:
parent
f183ee0c18
commit
cd811ba381
@ -360,7 +360,7 @@ loopOption.addEventListener("click", function() {
|
|||||||
if (quaindt !== "medium") {
|
if (quaindt !== "medium") {
|
||||||
var loopedaudioelement = document.getElementById("aud");
|
var loopedaudioelement = document.getElementById("aud");
|
||||||
if (loopedaudioelement) {
|
if (loopedaudioelement) {
|
||||||
audio.loop = !looped;
|
loopedaudioelement.loop = !looped;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user