Browse Source

Re-adding the button and removing autocomplete.

pull/1/head
Vitor Pamplona 5 years ago
parent
commit
aa5a41dd42
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      index.v5.html

+ 5
- 4
index.v5.html View File

@ -78,7 +78,7 @@ DcJqR5clbAYlO9lHmvb4lsPLZHjugQ==
<span class="checkboxes" ><input id="include-logos" type="checkbox"><label for="include-logos">Draw Symbols</label></span>
</div>
</div>
<!--div class="full-div">
<div class="full-div">
<br><br>
<div style="margin: 0 auto; width:500px; height:50px;">
<div class="center-in-div">
@ -86,7 +86,7 @@ DcJqR5clbAYlO9lHmvb4lsPLZHjugQ==
</div>
</div>
<br><br>
</div-->
</div>
<div class="full-div">
<div class="quarter">
<canvas id="qr-coupon-code"></canvas><br/>
@ -620,8 +620,9 @@ DcJqR5clbAYlO9lHmvb4lsPLZHjugQ==
}
loadDemo();
generateQRCodes();
//generateQRCodes();
/*
e('privkey').onchange = function(){
generateQRCodes();
}
@ -633,7 +634,7 @@ DcJqR5clbAYlO9lHmvb4lsPLZHjugQ==
inputList[i].onblur = function(){
generateQRCodes();
}
}
}*/
</script>
</body>
</html>


Loading…
Cancel
Save