mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-12 10:24:22 +01:00
Fix #1041
This commit is contained in:
parent
f10a98d8ac
commit
1cd748d7a2
3 changed files with 11 additions and 4 deletions
|
|
@ -28,5 +28,9 @@ else
|
|||
page << "defaultTags = #{default_tags_for_autocomplete};"
|
||||
end
|
||||
|
||||
page.replace_html "sidebar", :file => 'sidebar/sidebar.html.erb'
|
||||
page['default_project_name_id'].value = @project.name
|
||||
page['todo_project_name'].value = @project.name
|
||||
page.replace_html "project_name", @project.name
|
||||
|
||||
page.replace_html "sidebar", :file => 'sidebar/sidebar.html.erb'
|
||||
page << "enable_rich_interaction();"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue