remove wide size for share modal

This commit is contained in:
David Benqué 2019-11-19 15:31:11 +00:00
parent 874dce748d
commit 4f145aed00
1 changed files with 1 additions and 3 deletions

View File

@ -59,9 +59,7 @@ define([
}
});
$('button.cancel').click(); // Close any existing alertify
UI.openCustomModal(UI.dialog.tabs(modal), {
wide: _wide
});
UI.openCustomModal(UI.dialog.tabs(modal));
};
sframeChan.on('EV_SHARE_REFRESH', function (data) {
createShareDialog(data);