diff --git a/common/script/index.coffee b/common/script/index.coffee index 9bb1b205f6..191c2e12d2 100644 --- a/common/script/index.coffee +++ b/common/script/index.coffee @@ -640,7 +640,7 @@ api.wrap = (user, main=true) -> user["#{task.type}s"].unshift(task) if user.preferences.newTaskEdit then task._editing = true if user.preferences.tagsCollapsed then task._tags = true - if user.preferences.advancedCollapsed then task._advanced = true + if !user.preferences.advancedCollapsed then task._advanced = true cb? null, task task