mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix race condition in the poll APP
This commit is contained in:
parent
edce0e2d6d
commit
89aa2fe86c
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user