~kota/lists

9be1672fde95d2ce8bb3ac0223ab7808ff4dfbaf — Dakota Walsh 1 year, 1 month ago e554203
fix reload not overriding local changes

Normally, when you reload the page browsers will cache your local
textarea changes. Which would be great, but then you wind up not getting
the latest updates when you expected to get them.
1 files changed, 1 insertions(+), 0 deletions(-)

M ui/pages/list.tmpl
M ui/pages/list.tmpl => ui/pages/list.tmpl +1 -0
@@ 5,6 5,7 @@
				<textarea
					name="data"
					id="text"
					autocomplete="off"
					rows=12>{{ .Body }}</textarea>
			</div>
			<button class="input" type="submit">Update {{ .Name }}</button>