Skip to content

Commit

Permalink
Use https links
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt committed Mar 19, 2019
1 parent 6d7a559 commit eb2cb4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/imageserver/templates/slideshow_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -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/' }
]
});
});
Expand Down

0 comments on commit eb2cb4f

Please sign in to comment.