mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-20 06:04:20 +02:00
fix: lightgallery feature
Add missing comma at the end of lines 2 and 3. fix #160
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
var imageSelector = [
|
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$=".HEIC"]',
|
'tr:not(.parent) td.indexcolname a[href$=".HEIC"]',
|
||||||
'tr:not(.parent) td.indexcolname a[href$=".jpg"]',
|
'tr:not(.parent) td.indexcolname a[href$=".jpg"]',
|
||||||
|
Reference in New Issue
Block a user