diff options
Diffstat (limited to '_includes/extensions')
-rw-r--r-- | _includes/extensions/photo-swipe.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/extensions/photo-swipe.html b/_includes/extensions/photo-swipe.html index 99ea4f7..9985954 100644 --- a/_includes/extensions/photo-swipe.html +++ b/_includes/extensions/photo-swipe.html @@ -20,7 +20,7 @@ const data = `{{ site.photo_previewer }}`.replaceAll("=>", ":"); customOptions = JSON.parse(data); } catch (e) { - console.error("Invalid custom photo previewer options! " + e.message); + console.info("Invalid custom photo previewer options! " + e.message); } // Define object and gallery options |