1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-03-30 10:59:19 +02:00
web/public/js/otp.js
2021-11-10 12:01:43 +07:00

5 lines
No EOL
119 B
JavaScript

function clickEvent(first, last) {
if (first.value.length) {
document.getElementById(last).focus();
}
}