mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
Merge commit '89ffb73d085a4adc9d5cd5c88243e278aab0ffee' into hovudstraum
This commit is contained in:
commit
dfc02f3139
|
|
@ -725,7 +725,7 @@ window.baguetteBox = (function () {
|
|||
if (options.buttons === 'auto' && ('ontouchstart' in window || currentGallery.length === 1))
|
||||
options.buttons = false;
|
||||
|
||||
btnPrev.style.display = btnNext.style.display = (options.buttons ? '' : 'none');
|
||||
QS('#bbox-next .btn').style.display = QS('#bbox-prev .btn').style.display = (options.buttons ? '' : 'none');
|
||||
}
|
||||
|
||||
function showOverlay(chosenImageIndex) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue