From 736f073e1d652ef7fc4cef0fbbbd367dfbd31059 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Wed, 27 Nov 2019 22:26:43 -0800 Subject: [PATCH] Fix slideshow Signed-off-by: James Ketrenos --- frontend/slideshow.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/slideshow.html b/frontend/slideshow.html index 8575455..c5e0361 100755 --- a/frontend/slideshow.html +++ b/frontend/slideshow.html @@ -1,6 +1,6 @@ - + @@ -82,7 +84,7 @@ function schedule() { scheduled = setTimeout(function () { scheduled = undefined; nextPhoto(); - }, 3 * 1000); + }, 15 * 1000); } document.addEventListener("DOMContentLoaded", function() {