This doesn't actually need to be global

(because the rendering isn't in a render method here)
pull/1612/head
David Baker 2016-06-09 09:59:37 +01:00
parent 3040d0a474
commit 24602119c5
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,6 @@ var validBrowser = checkBrowserFeatures([
"displaytable", "flexbox", "es5object", "es5function", "localstorage",
"objectfit"
]);
var configError;
// We want to support some name / value pairs in the fragment
// so we're re-using query string like format
@ -218,6 +217,7 @@ async function loadApp() {
}
let configJson;
let configError;
try {
configJson = await getConfig();
} catch (e) {