Skip to content

Commit

Permalink
update again
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Jul 10, 2024
1 parent 3b9b927 commit dc80743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/Finalize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ export default defineComponent({
const url = `${this.config.apihost}/download/${this.session._id}/bids/${this.ezbids.datasetDescription.Name}?token=${shortLivedJWT}`;
console.log(url)
console.log('final update check')
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 dc80743

Please sign in to comment.