add forget button to file app

This commit is contained in:
ansuz
2017-06-19 17:44:30 +02:00
parent 7fd36a72f3
commit d822dfe37a

View File

@@ -115,6 +115,9 @@ define([
toolbar.$rightside.append(Cryptpad.createButton('export', true, {}, function () {
saveAs(decrypted.blob, decrypted.metadata.name);
}))
.append(Cryptpad.createButton('forget', true, {}, function () {
// not sure what to do here
}));
// make pdfs big