1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Simplified message

Former-commit-id: 5a8565abf28e7ec595dc38fa5b86b3cc024c7aec [formerly cb012c2fe70280c89075eec6ded4ae3ad0d4140d] [formerly b18aa12203e6c910d4cd6eaec4a437575541626a [formerly ecbaf8b114]]
Former-commit-id: 0ee7ff873052fa1ff8dd7a8a534807e336a626da [formerly 82c29d64cdcb691ecf49d9714e3b3ae5b5c2baca]
Former-commit-id: 40162f47d3ebef7202329270cc51bdb30751ecd2
This commit is contained in:
Zack Scholl 2016-03-18 08:42:36 -04:00
parent cbc14d7014
commit 0ccaf084d9

View File

@ -103,7 +103,7 @@
<form action='#' id="emit" method="post" name="emit">
<div>
<textarea autofocus rows={{ .NumRows }} class='auto_submit_item' id="emit_data" name="emit_data" placeholder="Start typing, it will save automatically. Go to {{ .ExternalIP }}/{{ .Title }} to reload your note. Do not post anything private since anyone with the URL can access this note.">{{ .CurrentText }}</textarea>
<textarea autofocus rows={{ .NumRows }} class='auto_submit_item' id="emit_data" name="emit_data" placeholder="Start typing, it will save automatically.">{{ .CurrentText }}</textarea>
</div>
</form>