create share modal in common-ui
This commit is contained in:
@@ -59,7 +59,7 @@ define([
|
||||
}
|
||||
});
|
||||
$('button.cancel').click(); // Close any existing alertify
|
||||
UI.openCustomModal(UI.dialog.tabs(modal));
|
||||
UI.openCustomModal(modal);
|
||||
};
|
||||
sframeChan.on('EV_SHARE_REFRESH', function (data) {
|
||||
createShareDialog(data);
|
||||
|
||||
Reference in New Issue
Block a user