Skip to content

Commit

Permalink
Volumes: Added a message on successful importing of meshes
Browse files Browse the repository at this point in the history
  • Loading branch information
willp24 committed Aug 16, 2018
1 parent b9bfe7a commit 97cc5e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@
return new Promise(function(resolve, reject) {
CATMAID.fetch(project.id + "/volumes/import", "POST", data, undefined, undefined, undefined, undefined, {"Content-type" : null})
.then(function(data){
CATMAID.msg("success", Object.keys(data).length + " mesh(s) loaded");
self.redraw();
})
.catch(CATMAID.handleError);
Expand Down

0 comments on commit 97cc5e2

Please sign in to comment.