slitaz-forge diff usbkey/tail.php @ rev 718
pangolin/web/index.php: add games.slitaz.org
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 25 17:27:46 2021 +0000 (2021-10-25) |
parents | a33dea8a7991 |
children |
line diff
1.1 --- a/usbkey/tail.php Sun Jun 22 18:37:40 2014 +0200 1.2 +++ b/usbkey/tail.php Mon Oct 25 17:27:46 2021 +0000 1.3 @@ -16,6 +16,7 @@ 1.4 <script type="text/javascript"> 1.5 function QRCodePNG(str, obj) { 1.6 try { 1.7 + obj.height = obj.width += 300; 1.8 return QRCode.generatePNG(str, {ecclevel: 'H'}); 1.9 } 1.10 catch (any) {