diff options
author | Joe Robinson <joe@lc8n.com> | 2017-02-05 14:44:12 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2017-02-05 14:44:12 +0000 |
commit | 5d0d7a2a6cbeeb307d34557cd8bf9505ddb6521a (patch) | |
tree | cd16baa56e7954cfa2e465e1abcd38068b2a3ed5 /index.php | |
parent | d3993e6385210b1efebbe033e7d705451ecc0061 (diff) |
Add autofocus to paste textarea (contributed by l_bratch)
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ <body> <p>Paste Stuff Here!</p> <form name="submit_paste" action="submit.php" method="post"> - <textarea cols="100" rows="30" name="paste"></textarea><br /> + <textarea cols="100" rows="30" name="paste" autofocus></textarea><br /> <input type="submit" value="Submit" /> </form> </body> |