remotes/1693045480750635534/spooky-22
kek7198 2022-01-04 21:21:08 -06:00
parent 8ef2047660
commit b03d26cff0
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@
{% endif %}
{% endif %}
<form class="d-none profile-toggleable" id="message" action="/@{{u.username}}/message" method="post">
<form class="d-none profile-toggleable" id="message" onsubmit="post_toast_callback('/@{{u.username}}/message', this, console.log('message sent'))">
<input autocomplete="off" type="hidden" name="formkey" value="{{v.formkey}}">
<pre></pre>
<textarea autocomplete="off" id="input-message" form="message" name="message" rows="3" maxlength="1000" class="form-control b2" oninput="markdown('input-message', 'message-preview')" required></textarea>