mirror of https://gitlab.com/bashrc2/epicyon
Try page show
parent
371a97dfa2
commit
c059d16f03
|
@ -1385,7 +1385,7 @@ def cursorToEndOfMessageScript() -> str:
|
||||||
' var theVal = replyTextArea.value;' \
|
' var theVal = replyTextArea.value;' \
|
||||||
' replyTextArea.value = theVal;' \
|
' replyTextArea.value = theVal;' \
|
||||||
'}' \
|
'}' \
|
||||||
'replyTextArea.onLoad = function() {' \
|
'replyTextArea.onPageShow = function() {' \
|
||||||
' var theVal = replyTextArea.value;' \
|
' var theVal = replyTextArea.value;' \
|
||||||
' replyTextArea.value = theVal;' \
|
' replyTextArea.value = theVal;' \
|
||||||
'}'
|
'}'
|
||||||
|
|
Loading…
Reference in New Issue