main2
Bob Mottram 2019-09-22 12:28:04 +01:00
parent c06e4183b6
commit e5993774af
1 changed files with 1 additions and 1 deletions

View File

@ -1384,7 +1384,7 @@ def cursorToEndOfMessageScript() -> str:
'function focusOnMessage() {\n' \
" var replyTextArea = document.getElementById('message');\n" \
' val = replyTextArea.value;\n' \
' if (val.length>0) && (val.charAt(val.length-1) != " ") {\n' \
' if ((val.length>0) && (val.charAt(val.length-1) != " ")) {\n' \
' val += " ";\n' \
' }\n' \
' replyTextArea.focus();\n' \