mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +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', () => {
|
||||
if (Math.floor(video.currentTime) % 1 === 0) {
|
||||
saveProgress();
|
||||
|
|
Loading…
Reference in a new issue