diff --git a/js/message-creator.js b/js/message-creator.js index 009c07d..59d8729 100644 --- a/js/message-creator.js +++ b/js/message-creator.js @@ -49,7 +49,7 @@ async function doUpload(data){ return } const curNode = getCurrentNode() - if (typeof curNode == "undefined"){ + if (typeof curNode == "undefined" || curNode === "undefined.onion"){ setTimeout(function(){ doUpload(data) }, 1000)