diff --git a/JS/post.js b/JS/post.js index f595d2b..40243f5 100644 --- a/JS/post.js +++ b/JS/post.js @@ -52,9 +52,9 @@ async function Post() { } else { await MastodonAPI.CreateReplyStatus(Text, WarningInputArea.value, TempVisible, JSON.parse(localStorage.getItem("post")).id); } - return; InputArea.value = ""; WarningInputArea.value = ""; + return; } else if (website == "All") { if (WarningInputArea.value == "") { await MastodonAPI.CreateStatus(Text, undefined, TempVisible); @@ -99,6 +99,7 @@ async function Post() { } InputArea.value = ""; WarningInputArea.value = ""; + return; } else if (website == "All") { let Post; if (WarningInputArea.value == "") {