Also try onload

main2
Bob Mottram 2019-09-22 10:30:37 +01:00
parent ed24695339
commit 371a97dfa2
1 changed files with 4 additions and 0 deletions

View File

@ -1384,6 +1384,10 @@ def cursorToEndOfMessageScript() -> str:
'replyTextArea.onFocus = function() {' \
' var theVal = replyTextArea.value;' \
' replyTextArea.value = theVal;' \
'}' \
'replyTextArea.onLoad = function() {' \
' var theVal = replyTextArea.value;' \
' replyTextArea.value = theVal;' \
'}'
return script