Updated formatting
This commit is contained in:
parent
cdc070767a
commit
fbec5a9eb9
1
app.js
1
app.js
@ -145,6 +145,5 @@ function generateID() { // Generate a random 16-char hexadecimal ID
|
|||||||
for (var i = 0; i < 16; i++) {
|
for (var i = 0; i < 16; i++) {
|
||||||
output += '0123456789abcdef'.charAt(Math.floor(Math.random() * 16));
|
output += '0123456789abcdef'.charAt(Math.floor(Math.random() * 16));
|
||||||
}
|
}
|
||||||
|
|
||||||
return output;
|
return output;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user