Hush developmental app-string fetch errors for dev-server

This commit is contained in:
infinite-persistence 2022-04-13 22:21:09 +08:00
parent 57ba9c278b
commit 751a9253e9
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0

View file

@ -301,7 +301,8 @@ export function doFetchLanguage(language) {
.then((r) => r.json())
.then((j) => {
window.app_strings = j;
});
})
.catch(() => {});
}
// @endif
};