mirror of
https://codeberg.org/ashley/poke
synced 2026-03-06 14:17:59 +00:00
bwa
This commit is contained in:
@@ -71,25 +71,6 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
audio.pause();
|
||||
});
|
||||
|
||||
video.on('waiting', () => {
|
||||
video.pause();
|
||||
audio.pause();
|
||||
});
|
||||
|
||||
video.on('canplaythrough', () => {
|
||||
if (!video.paused()) {
|
||||
video.play();
|
||||
audio.play();
|
||||
}
|
||||
});
|
||||
|
||||
video.on('canplay', () => {
|
||||
if (!video.paused()) {
|
||||
video.play();
|
||||
audio.play();
|
||||
}
|
||||
});
|
||||
|
||||
video.on('seeking', handleSeek);
|
||||
|
||||
video.on('seeked', () => {
|
||||
|
||||
Reference in New Issue
Block a user