aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/editor.js
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subsilver2/template/editor.js')
-rw-r--r--phpBB/styles/subsilver2/template/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/editor.js b/phpBB/styles/subsilver2/template/editor.js
index 339609b56e..72de8ef8ff 100644
--- a/phpBB/styles/subsilver2/template/editor.js
+++ b/phpBB/styles/subsilver2/template/editor.js
@@ -48,7 +48,7 @@ function initInsertions()
{
textarea.focus();
baseHeight = doc.selection.createRange().duplicate().boundingHeight;
- document.body.focus();
+ // document.body.focus();
}
}