Hide share modal when pad is deleted
This commit is contained in:
parent
1e6e9fd288
commit
73af078e4a
@ -4001,6 +4001,8 @@ define([
|
|||||||
msg += Messages.errorCopy;
|
msg += Messages.errorCopy;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
var sframeChan = common.getSframeChannel();
|
||||||
|
sframeChan.event('EV_SHARE_OPEN', {hidden: true});
|
||||||
if (toolbar && typeof toolbar.deleted === "function") { toolbar.deleted(); }
|
if (toolbar && typeof toolbar.deleted === "function") { toolbar.deleted(); }
|
||||||
UI.errorLoadingScreen(msg, true, true);
|
UI.errorLoadingScreen(msg, true, true);
|
||||||
(cb || function () {})();
|
(cb || function () {})();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user