remove wide size for share modal
parent
874dce748d
commit
4f145aed00
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue