This commit is contained in:
ed
2025-10-14 21:17:34 +00:00
parent 6f02812af1
commit 740d22d3ba

View File

@@ -933,7 +933,7 @@ window.baguetteBox = (function () {
un_pp = 0;
return playpause(); // browser undid space hotkey
}
show_buttons(this.paused ? 1 : 0);
show_buttons(this.paused ? 0 : 1);
}
function showRightImage(e) {