mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 23:37:48 +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") {
|
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 a new issue