Try page show

main2
Bob Mottram 2019-09-22 10:33:11 +01:00
parent 371a97dfa2
commit c059d16f03
1 changed files with 1 additions and 1 deletions

View File

@ -1385,7 +1385,7 @@ def cursorToEndOfMessageScript() -> str:
' var theVal = replyTextArea.value;' \
' replyTextArea.value = theVal;' \
'}' \
'replyTextArea.onLoad = function() {' \
'replyTextArea.onPageShow = function() {' \
' var theVal = replyTextArea.value;' \
' replyTextArea.value = theVal;' \
'}'