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();
}
}