forked from indymedia/epicyon
Set focus to message
parent
c059d16f03
commit
044a15d6eb
|
@ -1385,10 +1385,7 @@ def cursorToEndOfMessageScript() -> str:
|
|||
' var theVal = replyTextArea.value;' \
|
||||
' replyTextArea.value = theVal;' \
|
||||
'}' \
|
||||
'replyTextArea.onPageShow = function() {' \
|
||||
' var theVal = replyTextArea.value;' \
|
||||
' replyTextArea.value = theVal;' \
|
||||
'}'
|
||||
'replyTextArea.focus();'
|
||||
return script
|
||||
|
||||
def contentWarningScript() -> str:
|
||||
|
|
Loading…
Reference in New Issue