mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-31 14:28:49 +01:00
Merge pull request #2261 from ZeiP/bug/#2242_add_form_submission_js
#2242: Fix the JS procedure ran on add form submission by changing th…
This commit is contained in:
commit
63bdb45a52
1 changed files with 1 additions and 1 deletions
|
|
@ -570,7 +570,7 @@ module TodosHelper
|
|||
end
|
||||
|
||||
def context_container_id(todo)
|
||||
return "c#{todo.context_id}"
|
||||
return "context_#{todo.context_id}"
|
||||
end
|
||||
|
||||
def todo_container_id(todo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue