Browse Source

Disable text input by default

pull/80/head
Gabe Kangas 5 years ago
parent
commit
1ae1e94368
  1. 1
      webroot/index.html

1
webroot/index.html

@ -125,6 +125,7 @@ @@ -125,6 +125,7 @@
<input type="hidden" name="inputAuthor" id="self-message-author" />
<textarea
disabled
id="message-body-form"
placeholder="Message"
class="appearance-none block w-full bg-gray-200 text-gray-700 border border-black-500 rounded py-2 px-2 my-2 focus:bg-white"

Loading…
Cancel
Save