spsp

Repository for the "Simplified Perl Status Poster" (SPSP).
git clone git://git.samirparikh.com/spsp
Log | Files | Refs | README

commit 7b0ea70599070bbb7e4002c8fc6563407302c95e
parent 3c75a6d0eab4595aecddf45d91d04f79c5871985
Author: Samir Parikh <noreply@samirparikh.com>
Date:   Fri, 10 Feb 2023 13:51:20 +0000

automatically focus on the Title field upon page load
(may cause accessibility issues that will need to be investigated)

Diffstat:
Mhtml/post_status.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/post_status.html b/html/post_status.html @@ -20,7 +20,7 @@ <table> <tr> <td><strong>Title:</strong></td> - <td><input name="title" size=50></td> + <td><input name="title" size=50 autofocus></td> </tr> <tr> <td><strong>Status:</strong></td>