aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/quickreply_editor.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-11-16 11:21:41 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-11-16 11:21:41 +0000
commit926ce5abaa7858a42e07b98cf57ce8a8d651258a (patch)
treee8d622dcb363afa1882c48b4e979efdd6e3e7814 /phpBB/styles/prosilver/template/quickreply_editor.html
parent6ad759539af7277b2aaccbae0bab32bff9cf2840 (diff)
downloadforums-926ce5abaa7858a42e07b98cf57ce8a8d651258a.tar
forums-926ce5abaa7858a42e07b98cf57ce8a8d651258a.tar.gz
forums-926ce5abaa7858a42e07b98cf57ce8a8d651258a.tar.bz2
forums-926ce5abaa7858a42e07b98cf57ce8a8d651258a.tar.xz
forums-926ce5abaa7858a42e07b98cf57ce8a8d651258a.zip
weird, editor is acting up
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10275 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/quickreply_editor.html')
-rw-r--r--phpBB/styles/prosilver/template/quickreply_editor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html
index 12191286b1..848d4cde94 100644
--- a/phpBB/styles/prosilver/template/quickreply_editor.html
+++ b/phpBB/styles/prosilver/template/quickreply_editor.html
@@ -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;
}