mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 03:58:49 +01:00
Get rid of some autocomplete leftovers
This commit is contained in:
parent
1cd748d7a2
commit
e2443dace4
2 changed files with 0 additions and 4 deletions
|
|
@ -24,8 +24,6 @@ else
|
|||
page['#todo_project_name'].value = @project.name
|
||||
page['tag_list'].value = @project.default_tags if @project.default_tags
|
||||
page << "$('input[name=default_context_name]').val('#{@project.default_context.name}');" if @project.default_context
|
||||
page << "defaultContexts = #{default_contexts_for_autocomplete};"
|
||||
page << "defaultTags = #{default_tags_for_autocomplete};"
|
||||
end
|
||||
|
||||
page['default_project_name_id'].value = @project.name
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
page['default_project_name_id'].value = @project.name
|
||||
page['todo_project_name'].value = @project.name
|
||||
|
||||
# renew project auto complete array
|
||||
page << "var projectNames = #{project_names_for_autocomplete};"
|
||||
page << "enable_rich_interaction();"
|
||||
|
||||
status_message = "Name of project was changed"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue