Fix this too
All checks were successful
/ deploy (push) Successful in 48s

This commit is contained in:
Minecon724 2025-03-19 20:40:27 +01:00
commit 38fefb1cd1
Signed by: Minecon724
GPG key ID: A02E6E67AB961189

View file

@ -6,6 +6,8 @@ function onAsnInput(inputElement) {
}
function calculate(asn) {
if (asn == '') return '';
let result = cyrb53(asn).toString().slice(0, 5);
if (result > 65535 || result < 30000) {