slitaz-forge diff tank/web/lib/html/footer.html @ 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/tank/web/lib/html/footer.html	Sun Jun 22 18:37:40 2014 +0200
     1.2 +++ b/tank/web/lib/html/footer.html	Mon Oct 25 17:27:46 2021 +0000
     1.3 @@ -3,6 +3,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) {