diff --git a/webinterface.py b/webinterface.py index 7205806b..b83a6817 100644 --- a/webinterface.py +++ b/webinterface.py @@ -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