Fix race condition in the poll APP
This commit is contained in:
@@ -821,7 +821,9 @@ define([
|
|||||||
UI.errorLoadingScreen(errorText);
|
UI.errorLoadingScreen(errorText);
|
||||||
throw new Error(errorText);
|
throw new Error(errorText);
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
|
if (!proxy.metadata || typeof(proxy.metadata.title) === "undefined") {
|
||||||
|
console.error("UPDATE TITLE");
|
||||||
Title.updateTitle(Title.defaultTitle);
|
Title.updateTitle(Title.defaultTitle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user