add forget button to file app
This commit is contained in:
@@ -115,6 +115,9 @@ define([
|
|||||||
|
|
||||||
toolbar.$rightside.append(Cryptpad.createButton('export', true, {}, function () {
|
toolbar.$rightside.append(Cryptpad.createButton('export', true, {}, function () {
|
||||||
saveAs(decrypted.blob, decrypted.metadata.name);
|
saveAs(decrypted.blob, decrypted.metadata.name);
|
||||||
|
}))
|
||||||
|
.append(Cryptpad.createButton('forget', true, {}, function () {
|
||||||
|
// not sure what to do here
|
||||||
}));
|
}));
|
||||||
|
|
||||||
// make pdfs big
|
// make pdfs big
|
||||||
|
|||||||
Reference in New Issue
Block a user