summaryrefslogtreecommitdiff
path: root/client/js/services/Compute.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/js/services/Compute.js')
-rw-r--r--client/js/services/Compute.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/js/services/Compute.js b/client/js/services/Compute.js
index ee2210c..992f20c 100644
--- a/client/js/services/Compute.js
+++ b/client/js/services/Compute.js
@@ -112,8 +112,9 @@ mainApp.factory('Compute', ['$http', 'Identity', function ($http, Identity) {
// Wait and handle the response
result.then(function (response) {
- callback();
- console.log(response.data.Error)
+ console.log(response.data)
+ callback();
+
}, function (response) {
console.log("error")
callback();