mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 18:36:20 +01:00
5 lines
No EOL
119 B
JavaScript
5 lines
No EOL
119 B
JavaScript
function clickEvent(first, last) {
|
|
if (first.value.length) {
|
|
document.getElementById(last).focus();
|
|
}
|
|
} |