1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-20 06:11:24 +02:00

fix: lightgallery feature

Add missing comma at the end of lines 2 and 3.

fix #160
This commit is contained in:
NP Viroonc
2024-10-06 14:47:04 -07:00
committed by oupala
parent dd110377e6
commit 518adb3f02

View File

@@ -1,6 +1,6 @@
var imageSelector = [
'tr:not(.parent) td.indexcolname a[href$=".gif"]'
'tr:not(.parent) td.indexcolname a[href$=".GIF"]'
'tr:not(.parent) td.indexcolname a[href$=".gif"]',
'tr:not(.parent) td.indexcolname a[href$=".GIF"]',
'tr:not(.parent) td.indexcolname a[href$=".heic"]',
'tr:not(.parent) td.indexcolname a[href$=".HEIC"]',
'tr:not(.parent) td.indexcolname a[href$=".jpg"]',