diff --git a/static/galene.js b/static/galene.js index 4230819..79da3df 100644 --- a/static/galene.js +++ b/static/galene.js @@ -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 = '';