Skip to content

Commit f71ded1

Browse files
committed
Merge branch 'master' of github.com:kickscondor/fraidycat
2 parents 0d25653 + 526432b commit f71ded1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const FollowForm = (match, setup, isNew) => ({follows}, actions) => {
114114
<div>
115115
<label for="url">URL <img src={follows.baseHref + images['supported']} /></label>
116116
<input type="text" id="url" name="url" value={follow.url} autocorrect="off" autocapitalize="none"
117-
oninput={e => follow.url = e.target.value} />
117+
oninput={e => follow.url = e.target.value} autofocus />
118118
<p class="note">(See <a href="https://rss.app/">RSS.app</a> and <a href="https://rssbox.herokuapp.com">RSS Box</a> for other services. Or <a href="https://notifier.in/integrations/email-to-rss">Notifier</a> for email newsletters.)</p>
119119
</div>}
120120

0 commit comments

Comments
 (0)