This commit is contained in:
parent
1340b3167f
commit
6920f9ee24
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<script type="text/javascript">
|
||||
function generateCode() {
|
||||
let code = "";
|
||||
while(code.length < 6) {
|
||||
while(code.length < 4) {
|
||||
code += Math.round(Math.random()*10);
|
||||
}
|
||||
document.querySelector('#code').value = code;
|
||||
|
|
Loading…
Add table
Reference in a new issue