admin.aprsto/htdocs/public/assets/js/two-step-verification.js
2025-02-02 17:15:45 -05:00

6 lines
133 B
JavaScript

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