Load shared folder when not logged in

This commit is contained in:
yflory
2018-09-28 15:06:24 +02:00
parent 0e04c4392c
commit 17bc1ee703
4 changed files with 21 additions and 1 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 = {