diff options
author | Marc Alexander <admin@m-a-styles.de> | 2013-01-12 19:08:34 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2013-01-12 19:08:34 +0100 |
commit | 49edfa49ab9b475e02997f8a89050acc73bf30c8 (patch) | |
tree | a9f535cb8a68c975c361851289bb613c805532dd /phpBB/styles | |
parent | c31f489cce8fd5d60eb484928221bef0666f3c06 (diff) | |
download | forums-49edfa49ab9b475e02997f8a89050acc73bf30c8.tar forums-49edfa49ab9b475e02997f8a89050acc73bf30c8.tar.gz forums-49edfa49ab9b475e02997f8a89050acc73bf30c8.tar.bz2 forums-49edfa49ab9b475e02997f8a89050acc73bf30c8.tar.xz forums-49edfa49ab9b475e02997f8a89050acc73bf30c8.zip |
[ticket/11314] Fix whitespace issues
PHPBB3-11314
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subsilver2/template/editor.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/template/editor.js b/phpBB/styles/subsilver2/template/editor.js index 151cf53ff1..0b5b15643a 100644 --- a/phpBB/styles/subsilver2/template/editor.js +++ b/phpBB/styles/subsilver2/template/editor.js @@ -179,11 +179,10 @@ function insert_text(text, spaces, popup) { textarea.value = textarea.value + text; } - if (!popup) + if (!popup) { textarea.focus(); - } - + } } /** |