From 962a91b1f1f0537823bc812fa8644e6c7bade11c Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Tue, 28 Nov 2023 14:13:25 +0000 Subject: [PATCH] update --- taxonium_website/src/hooks/useInputHelper.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/taxonium_website/src/hooks/useInputHelper.jsx b/taxonium_website/src/hooks/useInputHelper.jsx index bb87e820..e132dcd7 100644 --- a/taxonium_website/src/hooks/useInputHelper.jsx +++ b/taxonium_website/src/hooks/useInputHelper.jsx @@ -160,9 +160,7 @@ export const useInputHelper = ({ function addFromURL(url) { const file_obj = { name: url, supplyType: "url" }; - window.alert( - "Please note: URL based loading will only work if the web server supports CORS. If the tree does not load please download the tree to your own computer and load the file into Taxonium from there." - ); + addInput(file_obj); }