diff --git a/html/src/app.js b/html/src/app.js index 57dff5f1..4b6d7adf 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -442,7 +442,7 @@ speechSynthesis.getVoices(); message: 'Avatar private or deleted', type: 'error' }); - $app.avatarDialog.visable = false; + $app.avatarDialog.visible = false; throw new Error("404: Can't find avatarǃ"); } if (init.method === 'GET' && status === 404) {