mirror of https://gitlab.com/bashrc2/epicyon
Focus on message
parent
044a15d6eb
commit
7924f831e5
|
@ -1385,7 +1385,9 @@ def cursorToEndOfMessageScript() -> str:
|
||||||
' var theVal = replyTextArea.value;' \
|
' var theVal = replyTextArea.value;' \
|
||||||
' replyTextArea.value = theVal;' \
|
' replyTextArea.value = theVal;' \
|
||||||
'}' \
|
'}' \
|
||||||
'replyTextArea.focus();'
|
'window.onload = function() {' \
|
||||||
|
" document.getElementById('message').focus();" \
|
||||||
|
'};'
|
||||||
return script
|
return script
|
||||||
|
|
||||||
def contentWarningScript() -> str:
|
def contentWarningScript() -> str:
|
||||||
|
|
Loading…
Reference in New Issue