Skip to content

Commit

Permalink
počeštění
Browse files Browse the repository at this point in the history
  • Loading branch information
Geretik committed Jan 31, 2025
1 parent 71117f1 commit 39e5689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/moduly/qrka.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ function generateQrCode($url, $logoPngPath, $id) {
return "
<div>
<img id='qrCode-$id' src='data:image/png;base64,$base64' alt='QR Code'>
<button onclick='copyQrCode(\"qrCode-$id\")'>Copy</button>
<button onclick='copyQrCode(\"qrCode-$id\")'>Zkopírovat</button>
<a href='data:image/png;base64,$base64' download='qr-code-$id.png'>
<button>Download</button>
<button>Stáhnout</button>
</a>
</div>
";
Expand Down
Binary file removed web/soubory/blackarrow/qrka/ayoutube.png
Binary file not shown.

0 comments on commit 39e5689

Please sign in to comment.