1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11314] Fix whitespace issues

PHPBB3-11314
This commit is contained in:
Marc Alexander
2013-01-12 19:08:34 +01:00
parent c31f489cce
commit 49edfa49ab
2 changed files with 8 additions and 9 deletions

View File

@@ -179,11 +179,10 @@ function insert_text(text, spaces, popup)
{
textarea.value = textarea.value + text;
}
if (!popup)
if (!popup)
{
textarea.focus();
}
}
}
/**