mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
oooooooops
This commit is contained in:
parent
5a1555f93e
commit
eda2b4f887
@ -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 New Issue
Block a user