mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 01:18:05 +01:00
oooooooops
This commit is contained in:
parent
5a1555f93e
commit
eda2b4f887
1 changed files with 3 additions and 2 deletions
|
@ -618,7 +618,7 @@ background-color: #0000;
|
||||||
autoplay: false,
|
autoplay: false,
|
||||||
preload: 'auto'
|
preload: 'auto'
|
||||||
});
|
});
|
||||||
const qua = new URLSearchParams(window.location.search).get("qua") || "";
|
const qua = new URLSearchParams(window.location.search).get("quality") || "";
|
||||||
|
|
||||||
if (qua !== "medium") {
|
if (qua !== "medium") {
|
||||||
const audio = document.getElementById('aud');
|
const audio = document.getElementById('aud');
|
||||||
|
@ -683,8 +683,9 @@ background-color: #0000;
|
||||||
video.pause();
|
video.pause();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<% if(dm) { %>
|
<% if(dm) { %>
|
||||||
|
|
Loading…
Reference in a new issue