summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2017-02-05 14:44:12 +0000
committerJoe Robinson <joe@lc8n.com>2017-02-05 14:44:12 +0000
commit5d0d7a2a6cbeeb307d34557cd8bf9505ddb6521a (patch)
treecd16baa56e7954cfa2e465e1abcd38068b2a3ed5
parentd3993e6385210b1efebbe033e7d705451ecc0061 (diff)
Add autofocus to paste textarea (contributed by l_bratch)
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index b333a12..b07306e 100755
--- a/index.php
+++ b/index.php
@@ -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>