mirror of https://gitlab.com/bashrc2/epicyon
Spell check message text area
parent
a7095442f4
commit
04b061e5c5
|
@ -753,7 +753,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
|
|
||||||
newPostForm += \
|
newPostForm += \
|
||||||
' <textarea id="message" name="message" style="height:' + \
|
' <textarea id="message" name="message" style="height:' + \
|
||||||
str(messageBoxHeight) + 'px"' + selectedStr + '></textarea>\n'
|
str(messageBoxHeight) + 'px"' + selectedStr + ' spellcheck="true">' + \
|
||||||
|
'</textarea>\n'
|
||||||
newPostForm += extraFields + citationsStr + dateAndLocation
|
newPostForm += extraFields + citationsStr + dateAndLocation
|
||||||
if not mediaInstance or replyStr:
|
if not mediaInstance or replyStr:
|
||||||
newPostForm += newPostImageSection
|
newPostForm += newPostImageSection
|
||||||
|
|
Loading…
Reference in New Issue