Skip to content

Commit

Permalink
Merge branch 'master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
qistoph committed Apr 25, 2013
2 parents d43988c + e3fcd41 commit 0c5036e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
background: #ffffff;
display: table;
margin: 0 auto 1.4em;
padding: 0.8em;
padding: 0.8em 0.8em 0.2em;
}

#qrcode {
Expand All @@ -122,7 +122,7 @@
}

#qrsub {
margin: 0 auto;
margin: 0.2em auto 0;
font-family: Courier New;
display: table;
}
Expand Down Expand Up @@ -220,7 +220,7 @@
";";

divCanvas.empty().qrcode(url);
divText.text("WiFi: " + $("#S").val() + " (" + type + ")");
divText.html('<img src="wifi2.png" style="vertical-align:text-top;"> ' + $("#S").val() + ' (' + type + ')');
}

function printQR() {
Expand All @@ -230,7 +230,7 @@
printWin.document.write('<div id="qrcode"></div>');
printWin.document.write('<div id="qrsub"></div>');
printWin.document.write('</div>');
printWin.document.write('WiFi QR-code generator - http://www.bladibla.com');
printWin.document.write('WiFi QR-code generator - http://qistoph.github.io/WiFiQR/');
printWin.document.write('</body></html>');

$("link, style, script").each(function() {
Expand Down

0 comments on commit 0c5036e

Please sign in to comment.