Skip to content

Commit

Permalink
Fix url on print
Browse files Browse the repository at this point in the history
  • Loading branch information
qistoph committed Apr 25, 2013
1 parent b7e2160 commit e3fcd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 e3fcd41

Please sign in to comment.