diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index df2f17379..55e2b1cc7 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -962,7 +962,7 @@ define([ data.FM.handleFile(file, ev); if (callback) { callback(); } }); - button.click(function () { $input.click(); }) + button.click(function () { $input.click(); }); break; case 'template': if (!AppConfig.enableTemplates) { return; } diff --git a/www/file/inner.html b/www/file/inner.html index 0005241a5..c4ccbbd7b 100644 --- a/www/file/inner.html +++ b/www/file/inner.html @@ -21,14 +21,9 @@ data-localization="download_button"> - +