diff options
Diffstat (limited to 'phpBB/adm/editor.js')
-rw-r--r-- | phpBB/adm/editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/editor.js b/phpBB/adm/editor.js index a54a31db38..67cb031ed6 100644 --- a/phpBB/adm/editor.js +++ b/phpBB/adm/editor.js @@ -47,7 +47,7 @@ function arraypop(thearray) { return retval; } -function emoticon(text) { +function smiley(text) { text = ' ' + text + ' '; if (document.forms[form_name].elements[text_name].createTextRange && document.forms[form_name].elements[text_name].caretPos) { var caretPos = document.forms[form_name].elements[text_name].caretPos; |