1
Fork 0

Assume browsers support showModal.

This commit is contained in:
Juliusz Chroboczek 2024-05-08 17:19:41 +02:00
parent 1315084185
commit b925bae5de
1 changed files with 1 additions and 1 deletions

View File

@ -2163,7 +2163,7 @@ function inviteMenu() {
let d = /** @type {HTMLDialogElement} */
(document.getElementById('invite-dialog'));
if(!('HTMLDialogElement' in window) || !d.showModal) {
makeToken();
displayError("This browser doesn't support modal dialogs");
return;
}
d.returnValue = '';