mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Comment typo
This commit is contained in:
parent
e4ea00ca23
commit
3040d0a474
@ -224,7 +224,7 @@ async function loadApp() {
|
||||
// On 404 errors, carry on without a config,
|
||||
// but on other errors, fail, otherwise it will
|
||||
// lead to subtle errors where the app runs with
|
||||
// the default config it fails to fetch config.json.
|
||||
// the default config if fails to fetch config.json.
|
||||
if (e.response.status != 404) {
|
||||
configError = e;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user