1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-16 23:14:39 -05:00

fix audio :3

This commit is contained in:
ashley 2024-08-09 11:54:21 +00:00
parent f183ee0c18
commit cd811ba381

View file

@ -360,7 +360,7 @@ loopOption.addEventListener("click", function() {
if (quaindt !== "medium") {
var loopedaudioelement = document.getElementById("aud");
if (loopedaudioelement) {
audio.loop = !looped;
loopedaudioelement.loop = !looped;
}
}