1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-03-30 19:08:16 +02:00

Add otp.js

This commit is contained in:
Moe Poi ~ 2021-11-10 12:01:43 +07:00
parent 82eab88088
commit a84728cc5e

5
public/js/otp.js Normal file
View file

@ -0,0 +1,5 @@
function clickEvent(first, last) {
if (first.value.length) {
document.getElementById(last).focus();
}
}