mirror of
https://github.com/sigmasternchen/Diary
synced 2025-03-15 07:08:56 +00:00
Added autofocus to textarea in diary.html
This commit is contained in:
parent
4a481f6deb
commit
2351f0bfc1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<div id="contentContainer">
|
||||
<form action="{{ url_for('addentry',name=diary.name) }}" method="POST">
|
||||
Add new entry:<br />
|
||||
<textarea name="text" style="width:99%;height:150px;" required></textarea><br/>
|
||||
<textarea name="text" style="width:99%;height:150px;" required autofocus></textarea><br/>
|
||||
<input type="submit">
|
||||
</form>
|
||||
<div id="listing">
|
||||
|
|
Loading…
Reference in a new issue