Clean secure iframe code

This commit is contained in:
yflory
2017-09-06 18:26:10 +02:00
parent 04a04aef2b
commit 0423a5f4e2
7 changed files with 221 additions and 217 deletions

View File

@@ -23,6 +23,11 @@ define([
}
};
module.uploadFile = function (common, data, cb) {
var sframeChan = common.getSframeChannel();
sframeChan.query('Q_UPLOAD_FILE', data, cb);
};
module.create = function (common, config) {
var File = {};
var Cryptpad = common.getCryptpadCommon();