mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
fix syntax
This commit is contained in:
parent
556c68c2e6
commit
82ac4e22b0
1 changed files with 1 additions and 1 deletions
|
|
@ -1137,7 +1137,7 @@ end
|
|||
end
|
||||
|
||||
def update_project
|
||||
@project_changed = false;
|
||||
@project_changed = false
|
||||
if params['todo']['project_id'].blank? && !params['project_name'].nil?
|
||||
if params['project_name'] == 'None'
|
||||
project = Project.null_object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue