forked from indymedia/epicyon
Also try onload
parent
ed24695339
commit
371a97dfa2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue