diff --git a/www/file/main.js b/www/file/main.js index 1a16e4024..678ef4490 100644 --- a/www/file/main.js +++ b/www/file/main.js @@ -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