mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-21 06:34:07 +01:00
fix #1168 by using a new helper to increate the tab_index automatically
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
This commit is contained in:
parent
3c72148eb1
commit
739402fa7d
11 changed files with 139 additions and 127 deletions
|
|
@ -3,6 +3,7 @@
|
|||
@initial_context_name ||= @project.default_context.name unless @project.nil? || @project.default_context.nil?
|
||||
@initial_context_name ||= @contexts.first.name unless @contexts.first.nil?
|
||||
@initial_project_name = @project.name unless @project.nil?
|
||||
reset_tab_index
|
||||
-%>
|
||||
<div id="todo_new_action_container">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue