mirror of
https://github.com/9001/copyparty.git
synced 2026-01-13 16:22:40 -07:00
nice
This commit is contained in:
parent
6f02812af1
commit
740d22d3ba
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue