diff --git a/lib/client/operation.js b/lib/client/operation.js index 50883257..787258d5 100644 --- a/lib/client/operation.js +++ b/lib/client/operation.js @@ -47,11 +47,9 @@ if (error) alert(error); else if (config.progress) - load(function() { - create(callback); - }); - else - callback(); + load(create); + + callback(); }); }, function() {