Added missing window.todo.get call at startup.

This commit is contained in:
Michael Herzberg 2015-08-20 11:32:44 +02:00
parent e61a115a29
commit bc9ee60385
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ function checkForExtraText() {
param.content = content;
window.todo.create([param], reloadItems, logError);
});
}, function(error) {
window.todo.get(reloadItems, logError);
});
}