Open the access modal in the secure iframe

This commit is contained in:
yflory
2020-04-07 15:24:12 +02:00
parent 19a0dafbe1
commit 2aec7c2569
6 changed files with 30 additions and 6 deletions

View File

@@ -1020,6 +1020,10 @@ define([
initSecureModal('filepicker', data || {}, cb);
});
sframeChan.on('EV_ACCESS_OPEN', function (data) {
initSecureModal('access', data || {}, null);
});
sframeChan.on('EV_SHARE_OPEN', function (data) {
initSecureModal('share', data || {}, null);
});