clean simple static files

This commit is contained in:
2025-11-05 13:19:54 +01:00
parent 8a396b3147
commit d0546db73f
9 changed files with 16 additions and 86 deletions

View File

@@ -1,4 +1,4 @@
<script src="{{ url_for('static', filename='glightbox.min.js') }}"></script>
<script src="{{ url_for('static', filename='vendors/glightbox/glightbox.min.js') }}"></script>
<script>
var lightbox = GLightbox();
lightbox.on('open', (target) => {