neddit

the frontend of the frontpage of the internet  https://neddit.ce9e.org
git clone https://git.ce9e.org/neddit.git

commit
b2f829f23dd1752acef6a1ee200b9241fc3d593c
parent
244790c397f33133d3483de30453403864ac753f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-11-07 09:49
lint

Diffstat

M static/video.js 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/static/video.js b/static/video.js

@@ -45,7 +45,7 @@ document.querySelectorAll('video').forEach(function(video) {
   45    45 
   46    46 	var sync = function() {
   47    47 		audio.currentTime = video.currentTime;
   48    -1 	}
   -1    48 	};
   49    49 	video.onplay = function() {
   50    50 		sync();
   51    51 		audio.play();