remove wide size for share modal
This commit is contained in:
parent
874dce748d
commit
4f145aed00
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user