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:
@@ -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'), {
|
||||
|
Reference in New Issue
Block a user