1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-25 16:49:58 +02:00

weird, editor is acting up

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10275 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2009-11-16 11:21:41 +00:00
parent 6ad759539a
commit 926ce5abaa

View File

@ -6,7 +6,7 @@
dE('qr_showeditor_div');
if (show && document.getElementById('qr_editor_div').style.display != 'none')
{
document.getElementsByName('message')[0].focus();
document.getElementsByName('message')[0].focus();
}
return true;
}