[go: up one dir, main page]

Skip to content

Commit

Permalink
faster loading by desactivating a call to googleapis in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Schwarzentruber committed Apr 7, 2024
1 parent 84d71a6 commit fb2b980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ <h2>Presentation</h2>
<h2>Link</h2>
<input readonly id="shareUrl" value="" /><button id="buttonCopyShareUrl">Copy</button><span
id="shareUrlCopied" hidden="true">Copied!</span> <br />
<img src="https://chart.googleapis.com/chart?cht=qr&chl=https://www.1formatik.com&chs=200x200&chld=L|0"
<img src=""
id="qrcode">
</div>

Expand Down

0 comments on commit fb2b980

Please sign in to comment.