Skip to content

Commit

Permalink
Add "n" accesskey to the "Add New Link" form.
Browse files Browse the repository at this point in the history
  • Loading branch information
eheikes committed Apr 17, 2016
1 parent ebbd352 commit 84158a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toread.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<fieldset ng-disabled="isSaving">
<div class="form-group">
<label for="new-url" title="Link URL">URL</label>
<input id="new-url" type="text" name="url" ng-model="data.url" value="" class="form-control">
<input id="new-url" type="text" name="url" ng-model="data.url" value="" class="form-control" accesskey="n">
</div>
<div class="form-group">
<label for="new-tags" title="Link tags (separate with commas)">Tags</label>
Expand Down

0 comments on commit 84158a1

Please sign in to comment.