Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kickscondor/fraidycat
Browse files Browse the repository at this point in the history
  • Loading branch information
kickscondor committed Apr 7, 2021
2 parents 0d25653 + 526432b commit f71ded1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const FollowForm = (match, setup, isNew) => ({follows}, actions) => {
<div>
<label for="url">URL <img src={follows.baseHref + images['supported']} /></label>
<input type="text" id="url" name="url" value={follow.url} autocorrect="off" autocapitalize="none"
oninput={e => follow.url = e.target.value} />
oninput={e => follow.url = e.target.value} autofocus />
<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>
</div>}

Expand Down

0 comments on commit f71ded1

Please sign in to comment.