1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-12 15:34:24 +02:00

fix: add gif extension to image gallery viewer

This commit is contained in:
oupala
2019-06-03 21:09:16 +02:00
parent b12c040727
commit 5668b927f6

View File

@@ -1,7 +1,7 @@
var imageSelector = [
'tr:not(.parent) td.indexcolname a[href$=".png"]',
'tr:not(.parent) td.indexcolname a[href$=".jpg"]',
'tr:not(.parent) td.indexcolname a[href$=".jpeg"]',
'tr:not(.parent) td.indexcolname a[href$=".gif"]',
].join(', ');
lightGallery(document.getElementById('indexlist'), {