diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 2082b7d3a..8ab14715e 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -150,7 +150,7 @@ define([ Pages.infopageFooter = function () { var donateButton; if (!ApiConfig.removeDonateButton) { - donateButton = footLink('https://opencollective.com/cryptpad/contribute/', 'footer_donate', null, 'money'); // XXX DB: add OpenCollective icon // XXX + donateButton = footLink('https://opencollective.com/cryptpad/contribute/', 'footer_donate', null, 'money'); // TODO migrate to forkawesome and use the OpenCollective icon } return h('footer.cp-footer', [ diff --git a/www/checkup/main.js b/www/checkup/main.js index 12149a8aa..0a7db3e1f 100644 --- a/www/checkup/main.js +++ b/www/checkup/main.js @@ -1427,7 +1427,7 @@ define([ '/code/', '/pad/index.html', ].forEach(url => { - assert(function (cb, msg) { // XXX + assert(function (cb, msg) { try { url = new URL(url, ApiConfig.httpUnsafeOrigin).href; } catch (err) {