Skip to content

Commit

Permalink
Update task list even if no results from server.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 2, 2014
1 parent c34a08e commit 7274b6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kronolith/js/kronolith.js
Expand Up @@ -2362,9 +2362,6 @@ KronolithCore = {
}

this.storeTasksCache(r.tasks || {}, r.type, r.list, createCache);
if (Object.isUndefined(r.tasks)) {
return;
}

// Check if result is still valid for the current view.
// There could be a rare race condition where two responses for the
Expand Down

0 comments on commit 7274b6c

Please sign in to comment.