Skip to content

Commit

Permalink
Merge branch 'master' of github.com:HumanBrainProject/hbp-validation-…
Browse files Browse the repository at this point in the history
…framework
  • Loading branch information
apdavison committed Jun 8, 2020
2 parents 1d3a6bd + 69e2cbb commit 9a208e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation_service/app/js/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ ContextServices.service('Context', ['$rootScope', '$location', 'AppIDRest', 'Col
var newTab_goToMorphologyViewer = function(model_instance, model_id) {
_getCollabIDAndAppIDFromUrl("model_catalog").then(function(ids) {
var url_collab = encodeURIComponent("https://collab.humanbrainproject.eu/#/collab/" + ids.collab_id + "/nav/" + ids.app_id + "?state=model." + model_id + ",external")
var url = "https://neuroinformatics.nl/HBP/morphology-viewer-dev/?hbp-model-instance-id=" + model_instance.id + "&referrer=" + url_collab;
var url = "https://neuroinformatics.nl/HBP/morphology-viewer-dev/?url=" + model_instance.morphology + "&referrer=" + url_collab;
window.open(url, '_blank')
})
}
Expand Down

0 comments on commit 9a208e9

Please sign in to comment.