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; un_pp = 0;
return playpause(); // browser undid space hotkey return playpause(); // browser undid space hotkey
} }
show_buttons(this.paused ? 1 : 0); show_buttons(this.paused ? 0 : 1);
} }
function showRightImage(e) { function showRightImage(e) {