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