add forget button to file app

pull/1/head
ansuz 8 years ago
parent 7fd36a72f3
commit d822dfe37a

@ -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

Loading…
Cancel
Save