add forget button to file app

pull/1/head
ansuz 2017-06-19 17:44:30 +02:00
parent 7fd36a72f3
commit d822dfe37a
1 changed files with 3 additions and 0 deletions

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