summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-06-30 17:22:20 +0200
committererdgeist <erdgeist@erdgeist.org>2026-06-30 17:29:12 +0200
commitfe00d5bb8e872535149d2d7017b59ad28813e012 (patch)
treee4b91ed6ddbe9136f062ca731d98098e1e7e782f
parent3e87925a35f73aa2261eb66df3ef4ca11b64eeea (diff)
Replace installing click event handler with non-jquery code
-rw-r--r--public/javascripts/public.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/javascripts/public.js b/public/javascripts/public.js
index 07ee05a..a9250ca 100644
--- a/public/javascripts/public.js
+++ b/public/javascripts/public.js
@@ -1,4 +1,4 @@
1$(document).ready(function(){ 1document.addEventListener('DOMContentLoaded', function(){
2 2
3 GLightbox({ selector: '.glightbox' }); 3 GLightbox({ selector: '.glightbox' });
4 4