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

View File

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