Fix downloading file from the drive

This commit is contained in:
yflory
2019-08-26 18:17:39 +02:00
parent a67f7d3edb
commit 3f6e64338a
4 changed files with 7 additions and 4 deletions

View File

@@ -595,7 +595,9 @@ define([
});
};
var privateData = common.getMetadataMgr().getPrivateData();
var ctx = {
fileHost: privateData.fileHost,
get: common.getPad,
sframeChan: sframeChan,
};