mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
focus on select
git-svn-id: file:///svn/phpbb/trunk@2199 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b58fca84e6
commit
b7a60afbab
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
function refresh_username(selected_username)
|
function refresh_username(selected_username)
|
||||||
{
|
{
|
||||||
opener.document.forms['post'].username.value = selected_username;
|
opener.document.forms['post'].username.value = selected_username;
|
||||||
|
opener.focus();
|
||||||
}
|
}
|
||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue