Skip to content

Commit

Permalink
Improve demo
Browse files Browse the repository at this point in the history
Select manifest URL on focus for improved usability.
  • Loading branch information
t11r committed Apr 24, 2024
1 parent d53433a commit f9ff76a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
id="manifestUrl"
placeholder="Enter a IIIF manifest URL"
aria-label="Manifest URL"
onfocus="event.target.select()"
/>
<button type="submit" class="button">Add</button>
<button type="reset" class="button" onclick="removeAllInstances()">Remove all</button>
Expand Down

0 comments on commit f9ff76a

Please sign in to comment.