Skip to content

Commit

Permalink
Changed http:// protocol for content to https://
Browse files Browse the repository at this point in the history
Fix for #1
  • Loading branch information
Roy Kokkelkoren committed May 20, 2017
1 parent 3ec9e4a commit 8367515
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
<title>WiFi QR-code - Javascript</title>

<!-- Facebook Meta Tags -->
<meta property="og:url" content="http://qistoph.github.io/WiFiQR/" />
<meta property="og:url" content="https://qistoph.github.io/WiFiQR/" />
<meta property="og:title" content="WiFi QR-code" />
<meta property="og:description" content="Share your WiFi easily with a QR-code" />
<meta property="og:image" content="http://qistoph.github.io/WiFiQR/example.png" />
<meta property="og:image" content="https://qistoph.github.io/WiFiQR/example.png" />

<!-- Reference scripts and theme stylesheet on the Google CDN -->
<!-- use //ajax... for online web to automatically switch between http and https -->
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/themes/ui-lightness/jquery-ui.css"
<link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/themes/ui-lightness/jquery-ui.css"
type="text/css" rel="Stylesheet" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script>

<script src="jquery.qrcode.min.js"></script>

<style>
/********** BEGIN RESET **********/
/* http://meyerweb.com/eric/tools/css/reset/
/* https://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
Expand Down Expand Up @@ -245,7 +245,7 @@
</style>

<script>
// http://jeromeetienne.github.io/jquery-qrcode/
// https://jeromeetienne.github.io/jquery-qrcode/
// https://code.google.com/p/zxing/wiki/BarcodeContents

// H:true vs B:true for hidden networks:
Expand Down Expand Up @@ -319,7 +319,7 @@
printWin.document.write('<div id="qrkey"></div>');
printWin.document.write('<div id="text">Connect to the network by scanning the QR code above with your (Android) device.</div>');
printWin.document.write('<img src="wifi.png" id="wifilogo">');
printWin.document.write('<div id="about">Generate your WiFi QR at<br/>http://qistoph.github.io/WiFiQR</div>');
printWin.document.write('<div id="about">Generate your WiFi QR at<br/>https://qistoph.github.io/WiFiQR</div>');
printWin.document.write('</div>');
printWin.document.write('</div>');
printWin.document.write('</bo'+'dy></ht'+'ml>');
Expand All @@ -336,7 +336,7 @@
</script>
</head>
<body>
<div id="fb-root"></div><script>(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id; js.src = "http://connect.facebook.net/nl_NL/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script>
<div id="fb-root"></div><script>(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/nl_NL/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script>

<div id="content">
<div id="qrresult">
Expand Down Expand Up @@ -375,8 +375,8 @@
</tr>
</table>
<div id="spread">
<a href="https://twitter.com/share" class="twitter-share-button" data-via="qistoph" data-hashtags="wifiqr">Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<div class="fb-like" data-href="http://qistoph.github.io/WiFiQR/" data-send="false" data-layout="button_count" data-width="200" data-show-faces="false" data-font="tahoma"></div>
<a href="https://twitter.com/share" class="twitter-share-button" data-via="qistoph" data-hashtags="wifiqr">Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^https:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<div class="fb-like" data-href="https://qistoph.github.io/WiFiQR/" data-send="false" data-layout="button_count" data-width="200" data-show-faces="false" data-font="tahoma"></div>
</div>
</div>
<div id="about">
Expand All @@ -394,15 +394,15 @@ <h1>Usage</h1>
<h1>References</h1>
<p>Libraries and information used:</p>
<ul>
<li><a href="http://jquery.com/" target="_blank">jQuery</a></li>
<li><a href="http://jqueryui.com/" target="_blank">jQuery UI</a></li>
<li><a href="http://jeromeetienne.github.io/jquery-qrcode/" target="_blank">jquery.qrcode.js</a></li>
<li><a href="http://meyerweb.com/eric/tools/css/reset/" target="_blank">CSS Reset</a></li>
<li><a href="https://jquery.com/" target="_blank">jQuery</a></li>
<li><a href="https://jqueryui.com/" target="_blank">jQuery UI</a></li>
<li><a href="https://jeromeetienne.github.io/jquery-qrcode/" target="_blank">jquery.qrcode.js</a></li>
<li><a href="https://meyerweb.com/eric/tools/css/reset/" target="_blank">CSS Reset</a></li>
<li><a href="https://code.google.com/p/zxing/wiki/BarcodeContents" target="_blank">ZXing documentation</a></li>
</ul>
<p>
The source is available on <a href="https://github.com/qistoph/WiFiQR/" target="_blank">GitHub</a><br/>
For questions, you're welcome on <a href="http://qistoph.blogspot.nl/2013/04/wifi-qr-code-generator.html">my blog</a>
For questions, you're welcome on <a href="https://qistoph.blogspot.nl/2013/04/wifi-qr-code-generator.html">my blog</a>
</p>
<h1>License</h1>
<p>
Expand Down

0 comments on commit 8367515

Please sign in to comment.