Last modified: 15 Juni, 2017
Burgthann 2026 - Miteinander Zukunft schaffen

© 2025 Burgthann 2026 • Copyright © 2025 - SPD Burgthann
Written by admin•
Hello,
Very good theme. Congrtz. I am trying showcase code snippet here its possible?
function wp_attempt_focus(){
setTimeout( function(){ try{
d = document.getElementById('user_login');
d.focus();
d.select();
} catch(e){}
}, 200);
}
Thanks
Last modified: 15 Juni, 2017