oupala / apaxy

a simple, customisable theme for your apache directory listing
https://oupala.github.io/apaxy/
GNU General Public License v3.0
1.87k stars 257 forks source link

Syntax error in /apaxy/theme/apaxy-lightgallery.js #160

Closed TechnologyMan101 closed 3 weeks ago

TechnologyMan101 commented 3 weeks ago

Describe the bug Lines 2 and 3 in the file /apaxy/theme/apaxy-lightgallery.js are missing a comma. This causes a syntax error, so lightgallery does not work when enabled.

To Reproduce Steps to reproduce the behavior:

  1. Install Apaxy with lightgallery
  2. Open an image in an indexed directory on the web server
  3. The image opens directly instead of using lightgallery

Expected behavior The image should have opened in lightgallery.

Screenshots N/A

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Adding the 2 missing commas fixes the issue.

oupala commented 3 weeks ago

fixed by merge request #161