This commit is contained in:
ed 2021-07-11 06:39:58 +02:00
parent fd7df5c952
commit 061db3906d
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# coding: utf-8
VERSION = (0, 11, 35)
VERSION = (0, 11, 36)
CODENAME = "the grid"
BUILD_DT = (2021, 7, 11)

View file

@ -28,8 +28,8 @@ window.baguetteBox = (function () {
isOverlayVisible = false,
touch = {}, // start-pos
touchFlag = false, // busy
re_i = /.+\.(gif|jpe?g|png|webp)/i,
re_v = /.+\.(webm|mp4)/i,
re_i = /.+\.(gif|jpe?g|png|webp)(\?|$)/i,
re_v = /.+\.(webm|mp4)(\?|$)/i,
data = {}, // all galleries
imagesElements = [],
documentLastFocus = null;