This doesn't actually need to be global
(because the rendering isn't in a render method here)
This commit is contained in:
+1
-1
@@ -79,7 +79,6 @@ var validBrowser = checkBrowserFeatures([
|
|||||||
"displaytable", "flexbox", "es5object", "es5function", "localstorage",
|
"displaytable", "flexbox", "es5object", "es5function", "localstorage",
|
||||||
"objectfit"
|
"objectfit"
|
||||||
]);
|
]);
|
||||||
var configError;
|
|
||||||
|
|
||||||
// We want to support some name / value pairs in the fragment
|
// We want to support some name / value pairs in the fragment
|
||||||
// so we're re-using query string like format
|
// so we're re-using query string like format
|
||||||
@@ -218,6 +217,7 @@ async function loadApp() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let configJson;
|
let configJson;
|
||||||
|
let configError;
|
||||||
try {
|
try {
|
||||||
configJson = await getConfig();
|
configJson = await getConfig();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user