Remove XXX
This commit is contained in:
@@ -1730,7 +1730,6 @@ define([
|
||||
bytes64 = _bytes;
|
||||
}));
|
||||
}).nThen(function (waitFor) {
|
||||
$(linkSpinText).text(Messages.team_inviteLinkAdding); // XXX
|
||||
module.execCommand('CREATE_INVITE_LINK', {
|
||||
name: name,
|
||||
password: pw,
|
||||
|
||||
@@ -1130,8 +1130,6 @@ define([
|
||||
}, waitFor(function (obj) {
|
||||
if (obj && obj.error) {
|
||||
// Wrong password or other error...
|
||||
// XXX if DELETED, password prompt again?
|
||||
console.error(obj.error);
|
||||
waitFor.abort();
|
||||
if (obj.error === 'INVALID_INVITE_CONTENT') {
|
||||
// Wrong password...
|
||||
|
||||
Reference in New Issue
Block a user