From 061db3906dfe433843bf279f93d7abf3836d7e4d Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 11 Jul 2021 06:39:58 +0200 Subject: [PATCH] v0.11.36 --- copyparty/__version__.py | 2 +- copyparty/web/baguettebox.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 0e83d3b9..cd7609dd 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,6 +1,6 @@ # coding: utf-8 -VERSION = (0, 11, 35) +VERSION = (0, 11, 36) CODENAME = "the grid" BUILD_DT = (2021, 7, 11) diff --git a/copyparty/web/baguettebox.js b/copyparty/web/baguettebox.js index 60c61210..971cf207 100644 --- a/copyparty/web/baguettebox.js +++ b/copyparty/web/baguettebox.js @@ -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;