Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Jul 10, 2024
1 parent 93243f5 commit 3b9b927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/Finalize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ export default defineComponent({
const url = `${this.config.apihost}/download/${this.session._id}/bids/${this.ezbids.datasetDescription.Name}?token=${shortLivedJWT}`;
console.log(url)
window.location.href = url;
const fullurl = new URL(url, document.baseURI).href;
window.open('https://openneuro.org/import?url=' + encodeURI(fullurl));
Expand Down

0 comments on commit 3b9b927

Please sign in to comment.