mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 22:41:48 +01:00
Added a tabindex to the Add Action button so you can navigate to the button with tab. Solves #613
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@664 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
2afcaa022e
commit
579acb5cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ $('todo_context_name').projectDefaultContextsMap = eval('(' + <%= @default_proje
|
|||
|
||||
<div class="submit_box">
|
||||
<div class="widgets">
|
||||
<button type="submit" class="positive" id="todo_new_action_submit">
|
||||
<button type="submit" class="positive" id="todo_new_action_submit" tabindex="8">
|
||||
<%=image_tag("accept.png", :alt => "") %>
|
||||
Add action
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue