Merge branch 'dev'
CI/CD / deploy (push) Failing after 2m6s Details

This commit is contained in:
Jeff Emmett 2026-04-07 14:55:17 -04:00
commit e247befaae
1 changed files with 3 additions and 0 deletions

View File

@ -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 =