This commit is contained in:
Natsumi
2021-08-14 08:37:19 +12:00
parent 20b4073cc1
commit 50a637f06e
+1 -1
View File
@@ -442,7 +442,7 @@ speechSynthesis.getVoices();
message: 'Avatar private or deleted', message: 'Avatar private or deleted',
type: 'error' type: 'error'
}); });
$app.avatarDialog.visable = false; $app.avatarDialog.visible = false;
throw new Error("404: Can't find avatarǃ"); throw new Error("404: Can't find avatarǃ");
} }
if (init.method === 'GET' && status === 404) { if (init.method === 'GET' && status === 404) {