From eb2cb4f588d0ebf9f1e2861f16c3a3f91f65410d Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 19 Mar 2019 09:24:13 +0000 Subject: [PATCH] Use https links --- src/imageserver/templates/slideshow_view.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/imageserver/templates/slideshow_view.html b/src/imageserver/templates/slideshow_view.html index 50064c9..eb50058 100644 --- a/src/imageserver/templates/slideshow_view.html +++ b/src/imageserver/templates/slideshow_view.html @@ -36,9 +36,9 @@ mode: 'slide', server: '{{ url_for('index') }}', images: [ - { src: '{{ image_src }}', url: 'http://quru.com/' }, - { src: '{{ image_src }}', left: 0.1, top: 0.1, right: 0.9, bottom: 0.9, url: 'http://quru.com/' }, - { src: '{{ image_src }}', left: 0.2, top: 0.2, right: 0.8, bottom: 0.8, url: 'http://quru.com/' } + { src: '{{ image_src }}', url: 'https://quru.com/' }, + { src: '{{ image_src }}', left: 0.1, top: 0.1, right: 0.9, bottom: 0.9, url: 'https://quru.com/' }, + { src: '{{ image_src }}', left: 0.2, top: 0.2, right: 0.8, bottom: 0.8, url: 'https://quru.com/' } ] }); });