mirror of
https://codeberg.org/ashley/poke
synced 2026-04-09 05:47:57 +00:00
fix audio :3
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user