mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-31 05:05:18 +01:00
fix #755. Restores accesskey for toggling new todo form
Thanks marqpdx for finding this fix! On my windows vista laptop with ff3 alt-shift-p will still start Windows Media Player, but the other accesskeys now seem to work for me
This commit is contained in:
parent
8d6267f92f
commit
223cf93597
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<div id="todo_new_action_container">
|
||||
|
||||
<div id="toggle_action_new" class="hide_form">
|
||||
<a title="Hide new action form" accesskey="n">« Hide form</a>
|
||||
<a title="Hide new action form" accesskey="n" href="#">« Hide form</a>
|
||||
<% apply_behavior '#toggle_action_new a:click', :prevent_default => true do |page|
|
||||
page << "TracksForm.toggle('toggle_action_new', 'todo_new_action', 'todo-form-new-action',
|
||||
'« Hide form', 'Hide next action form',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue