mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 00:58:58 +01:00
OOOPS SORRY
This commit is contained in:
parent
6134c84047
commit
667abd4764
1 changed files with 0 additions and 4 deletions
|
@ -3248,10 +3248,6 @@ function resumeProgress() {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
window.onload = function() {
|
|
||||||
setInterval(toggleOpacity, 200);
|
|
||||||
};
|
|
||||||
|
|
||||||
video.addEventListener('timeupdate', () => {
|
video.addEventListener('timeupdate', () => {
|
||||||
if (Math.floor(video.currentTime) % 1 === 0) {
|
if (Math.floor(video.currentTime) % 1 === 0) {
|
||||||
saveProgress();
|
saveProgress();
|
||||||
|
|
Loading…
Reference in a new issue