Display preview with a single click

This commit is contained in:
yflory
2020-04-21 16:40:19 +02:00
parent 89de5869c5
commit 440980c4af
4 changed files with 13 additions and 9 deletions

View File

@@ -1003,6 +1003,7 @@ define([
if (typeof(SecureModal.cb) !== "function") { return; }
SecureModal.cb(data);
};
config.onFileUpload = onFileUpload;
config.onClose = function () {
SecureModal.$iframe.hide();
};