From 72c4b694cf7776e20582ec57148614cc02815b85 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 16 Nov 2009 11:44:14 +0000 Subject: [PATCH] only change what needs to be changed. ;) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10276 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../prosilver/template/quickreply_editor.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html index 848d4cde94..f56747a842 100644 --- a/phpBB/styles/prosilver/template/quickreply_editor.html +++ b/phpBB/styles/prosilver/template/quickreply_editor.html @@ -4,13 +4,13 @@ { dE('qr_editor_div'); dE('qr_showeditor_div'); - if (show && document.getElementById('qr_editor_div').style.display != 'none') + if (show && document.getElementById('qr_editor_div').style.display != 'none') { - document.getElementsByName('message')[0].focus(); + document.getElementsByName('message')[0].focus(); } return true; } - + function init_qr() { @@ -27,11 +27,11 @@

{L_QUICKREPLY}

-
-
-
-
-
+
+
+
+
+
@@ -71,11 +71,11 @@