diff options
Diffstat (limited to 'share/html_end')
-rw-r--r-- | share/html_end | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/html_end b/share/html_end index a080491..1306429 100644 --- a/share/html_end +++ b/share/html_end @@ -1,6 +1,8 @@ </div> <script type="text/javascript">//<![CDATA[ - const lightbox = GLightbox(); + const lightbox = GLightbox({ + moreLength: 0 + }); //]]></script> </body> </html> |