Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Jul 9, 2024
1 parent 64c3378 commit 93243f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/Finalize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ export default defineComponent({
console.log(url)
const fullurl = new URL(url, document.baseURI).href;
window.location.href = url;
window.open('https://openneuro.org/import?url=' + encodeURI(fullurl));
} catch (e) {
Expand Down

0 comments on commit 93243f5

Please sign in to comment.