mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:28:35 +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,
|
||||
preload: 'auto'
|
||||
});
|
||||
const qua = new URLSearchParams(window.location.search).get("qua") || "";
|
||||
const qua = new URLSearchParams(window.location.search).get("quality") || "";
|
||||
|
||||
if (qua !== "medium") {
|
||||
const audio = document.getElementById('aud');
|
||||
|
@ -683,8 +683,9 @@ background-color: #0000;
|
|||
video.pause();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
<% if(dm) { %>
|
||||
|
|
Loading…
Reference in a new issue