Hush developmental app-string fetch errors for dev-server
This commit is contained in:
parent
57ba9c278b
commit
751a9253e9
1 changed files with 2 additions and 1 deletions
|
@ -301,7 +301,8 @@ export function doFetchLanguage(language) {
|
|||
.then((r) => r.json())
|
||||
.then((j) => {
|
||||
window.app_strings = j;
|
||||
});
|
||||
})
|
||||
.catch(() => {});
|
||||
}
|
||||
// @endif
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue