Fix share modal auto-close bug

pull/1/head
yflory 2019-06-20 14:50:55 +02:00
parent ff22af3343
commit 0a639851bb
1 changed files with 1 additions and 4 deletions

View File

@ -50,7 +50,7 @@ define([
password: priv.password
}
});
UI.findCancelButton().click();
$('button.cancel').click(); // Close any existing alertify
UI.openCustomModal(UI.dialog.tabs(modal), {
wide: Object.keys(friends).length !== 0
});
@ -74,9 +74,6 @@ define([
andThen(common);
return;
}
metadataMgr.onChange(function () {
andThen(common);
});
});
};
main();