Merge branch 'anonsf' into staging

This commit is contained in:
yflory
2018-10-01 16:21:53 +02:00
9 changed files with 144 additions and 22 deletions

View File

@@ -89,6 +89,12 @@ define([
cb(obj);
});
};
common.loadSharedFolder = function (id, data, cb) {
postMessage("LOAD_SHARED_FOLDER", {
id: id,
data: data
}, cb);
};
// Settings and ready
common.mergeAnonDrive = function (cb) {
var data = {