web/public/js/otp.js

5 lines
119 B
JavaScript
Raw Normal View History

2021-11-10 06:01:43 +01:00
function clickEvent(first, last) {
if (first.value.length) {
document.getElementById(last).focus();
}
}