Add shareButton to pad2

This commit is contained in:
yflory
2017-08-18 18:43:04 +02:00
parent beb45740d0
commit e65b2f4e9f
5 changed files with 194 additions and 21 deletions

View File

@@ -60,8 +60,9 @@ define([
priv: {
accountName: Cryptpad.getAccountName(),
origin: window.location.origin,
pathname: window.location.pathname,
readOnly: readOnly,
availableHashes: Object.keys(hashes)
availableHashes: hashes
}
});
});