mirror of https://github.com/vector-im/riot-web
This doesn't actually need to be global
(because the rendering isn't in a render method here)pull/1612/head
parent
3040d0a474
commit
24602119c5
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue