From 1aa71e0f51f456a2e8da4cee1d441dc516451adf Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 13 Mar 2022 15:56:56 +0100 Subject: [PATCH] Add lightGallery license key --- photologue/static/gallery_detail.js | 1 + 1 file changed, 1 insertion(+) diff --git a/photologue/static/gallery_detail.js b/photologue/static/gallery_detail.js index fbc9c80..5ff13ec 100644 --- a/photologue/static/gallery_detail.js +++ b/photologue/static/gallery_detail.js @@ -6,4 +6,5 @@ lightGallery(document.getElementById('lightgallery'), { plugins: [lgAdmin, lgHash, lgThumbnail, lgZoom], customSlideName: true, + licenseKey: '94ED9732-30284A12-B88B0137-4FF9CEE6', });