Implement UI to share a pad with a friend
This commit is contained in:
@@ -53,7 +53,9 @@ define([
|
||||
password: priv.password
|
||||
}
|
||||
});
|
||||
UI.openCustomModal(UI.dialog.tabs(modal));
|
||||
UI.openCustomModal(UI.dialog.tabs(modal), {
|
||||
wide: true
|
||||
});
|
||||
};
|
||||
sframeChan.on('EV_SHARE_REFRESH', function (data) {
|
||||
createShareDialog(data);
|
||||
|
||||
Reference in New Issue
Block a user