Store a pad in a team drive

This commit is contained in:
yflory
2019-09-13 16:45:07 +02:00
parent be85efcb21
commit b76cef9660
4 changed files with 123 additions and 31 deletions

View File

@@ -458,6 +458,10 @@ define([
setDocumentTitle();
});
sframeChan.on('Q_STORE_IN_TEAM', function (data, cb) {
Cryptpad.storeInTeam(data, cb);
});
sframeChan.on('EV_SET_HASH', function (hash) {
window.location.hash = hash;
});