Skip to content
Snippets Groups Projects
Commit b1f29c6e authored by nd's avatar nd
Browse files

Update index.html

parent d49b0c95
Branches
No related tags found
No related merge requests found
Pipeline #6252 passed
......@@ -9,7 +9,13 @@
<script type="text/javascript" src="js/qrcode.min.js"></script>
<script type="text/javascript">
function generateQR() {
new QRCode(document.getElementById("qrcode"), location.hash.substring(1));
}
$( document ).ready(function() {
generateQR();
}
</script>
<footer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment