Remove XXX

This commit is contained in:
yflory
2019-12-19 10:54:58 +01:00
parent ceb7fc4f66
commit 3bebab57e4
2 changed files with 0 additions and 3 deletions

View File

@@ -1730,7 +1730,6 @@ define([
bytes64 = _bytes; bytes64 = _bytes;
})); }));
}).nThen(function (waitFor) { }).nThen(function (waitFor) {
$(linkSpinText).text(Messages.team_inviteLinkAdding); // XXX
module.execCommand('CREATE_INVITE_LINK', { module.execCommand('CREATE_INVITE_LINK', {
name: name, name: name,
password: pw, password: pw,

View File

@@ -1130,8 +1130,6 @@ define([
}, waitFor(function (obj) { }, waitFor(function (obj) {
if (obj && obj.error) { if (obj && obj.error) {
// Wrong password or other error... // Wrong password or other error...
// XXX if DELETED, password prompt again?
console.error(obj.error);
waitFor.abort(); waitFor.abort();
if (obj.error === 'INVALID_INVITE_CONTENT') { if (obj.error === 'INVALID_INVITE_CONTENT') {
// Wrong password... // Wrong password...