Merge branch 'dev'
CI/CD / deploy (push) Failing after 2m6s
Details
CI/CD / deploy (push) Failing after 2m6s
Details
This commit is contained in:
commit
e247befaae
|
|
@ -539,6 +539,9 @@ routes.get("/:room", (c) => {
|
|||
DISABLE_JOIN_LEAVE_NOTIFICATIONS: false,
|
||||
},
|
||||
});
|
||||
// Remove loading spinner — iframe is already injected by the constructor
|
||||
var loadingEl = document.querySelector(".loading");
|
||||
if (loadingEl) loadingEl.remove();
|
||||
api.addEventListener("readyToClose", function() {
|
||||
try { window.close(); } catch(e) {}
|
||||
document.getElementById("jitsi-container").innerHTML =
|
||||
|
|
|
|||
Loading…
Reference in New Issue