web: fix intermittent "coudln't connect" on page load
was caused by language selector loader, simply added a "noConnectionError" param to the _get/_post... methods which is enabled for it.
This commit is contained in:
+1
-1
@@ -88,5 +88,5 @@ export const loadLangSelector = (page: string) => {
|
||||
}
|
||||
list.innerHTML = innerHTML;
|
||||
}
|
||||
});
|
||||
}, true);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user