add forget button to file app
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…
Reference in New Issue