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

Loads current text statically. Faster loading

This commit is contained in:
Zack Scholl
2016-02-08 08:37:22 -05:00
parent d8052bdb7a
commit 182389dbb1
4 changed files with 36 additions and 4 deletions

View File

@@ -76,7 +76,7 @@
<textarea autofocus rows=500 class='auto_submit_item' id="emit_data" name="emit_data" placeholder="Start typing, it will save automatically.
Go to cowyo.com/{{ .Title }} to reload this page.
Do not post anything private.
Anyone with the URL can access this note."></textarea>
Anyone with the URL can access this note.">{{ .CurrentText }}</textarea>
</div>
</form>