bug fix. Again.
This commit is contained in:
parent
8a5b55f999
commit
ff0dcc6ba3
1 changed files with 2 additions and 1 deletions
|
@ -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 == "") {
|
||||
|
|
Loading…
Add table
Reference in a new issue