Skip to content

Commit

Permalink
use the https link for the iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
tursics committed Jun 19, 2017
1 parent e9a9e38 commit 078ca45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karte-mahe-2017.js
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ $(document).on("pageshow", "#pageMap", function () {
var size = $('#selectEmbedSize').val().split('x'),
x = size[0],
y = size[1],
html = '<iframe src="http://schulsanierung.tursics.de/karte-mahe-2017.html" width="' + x + '" height="' + y + '" frameborder="0" style="border:0" allowfullscreen></iframe>';
html = '<iframe src="https://tursics.github.io/schulsanierung/karte-mahe-2017.html" width="' + x + '" height="' + y + '" frameborder="0" style="border:0" allowfullscreen></iframe>';

$('#inputEmbedURI').val(html);
if (-1 === $('#embedMap iframe')[0].outerHTML.indexOf('width="' + x + '"')) {
Expand Down

0 comments on commit 078ca45

Please sign in to comment.