From 0c835b44713ea6635dbb5f8dcd2a6a5fc0abf483 Mon Sep 17 00:00:00 2001 From: ZiviZ Date: Wed, 10 Nov 2021 22:55:41 -0500 Subject: [PATCH] on exiting slideshow, stay on current image --- config/configuration.go | 2 +- http/image-slideshow-js.html | 6 ++++-- routers/imagerouter.go | 24 ++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/config/configuration.go b/config/configuration.go index 58a54f7..70b3392 100644 --- a/config/configuration.go +++ b/config/configuration.go @@ -86,7 +86,7 @@ var SessionStore *sessions.CookieStore var Configuration ConfigurationSettings //ApplicationVersion Current version of application. This should be incremented every release -var ApplicationVersion = "1.0.4.2" +var ApplicationVersion = "1.0.4.3" //SessionVariableName is used when checking cookies var SessionVariableName = "gib-session" diff --git a/http/image-slideshow-js.html b/http/image-slideshow-js.html index 8d09d0f..544be68 100644 --- a/http/image-slideshow-js.html +++ b/http/image-slideshow-js.html @@ -2,6 +2,7 @@