remove more XXX notes

This commit is contained in:
ansuz 2022-09-08 15:05:15 +05:30
parent 3be2a12e3e
commit 556d58cfe2
2 changed files with 2 additions and 2 deletions

View File

@ -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', [

View File

@ -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) {