Fix race condition in the poll APP

pull/1/head
yflory 2019-09-24 18:44:40 +02:00
parent edce0e2d6d
commit 89aa2fe86c
1 changed files with 3 additions and 1 deletions

View File

@ -821,7 +821,9 @@ define([
UI.errorLoadingScreen(errorText);
throw new Error(errorText);
}
} else {
}
if (!proxy.metadata || typeof(proxy.metadata.title) === "undefined") {
console.error("UPDATE TITLE");
Title.updateTitle(Title.defaultTitle);
}