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:
Harvey Tindall
2024-08-04 21:57:17 +01:00
parent 51e3c37694
commit a9dc601751
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -88,5 +88,5 @@ export const loadLangSelector = (page: string) => {
}
list.innerHTML = innerHTML;
}
});
}, true);
};