mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 11:38:49 +01:00
* get public/local variables correct for all js * get i18n string in toggle_star for todos Signed-off-by: Reinier Balt <lrbalt@gmail.com>
8 lines
267 B
Text
8 lines
267 B
Text
#TODO: is this dead code?
|
|
page['default_project_name_id'].value = @project.name
|
|
page['todo_project_name'].value = @project.name
|
|
|
|
page << "enable_rich_interaction();"
|
|
|
|
status_message = t('projects.status_project_name_changed')
|
|
page.notify :notice, status_message, 5.0
|