diff --git a/customize.dist/pages.js b/customize.dist/pages.js index f45c73ff4..c39566d26 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -80,7 +80,6 @@ define([ return h('footer', [ h('div.container', [ h('div.row', [ - // XXX remove this footerCol and just make a h('div.col-6.col-sm-3',... h('div.col-6.col-sm-3', [ h('div.cp-logo-foot', [ h('img', { diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index 3f3444263..a4901a52b 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -627,7 +627,7 @@ } .cp-toolbar-title { color: @cryptpad_text_col; - font-family: "IBM Plex Mono"; // XXX using locally, add font to customise.dist/fonts/... + font-family: "IBM Plex Mono"; flex: 1; overflow: hidden; text-overflow: ellipsis; diff --git a/www/register/main.js b/www/register/main.js index 671400ef5..c6e9cd546 100644 --- a/www/register/main.js +++ b/www/register/main.js @@ -102,7 +102,7 @@ define([ // XXX Messages.register_warning = " Warning"; // existing key Messages.register_warning_note = "Due to the encrypted nature of CrytpPad even the the service administrators will not be able to recover data in case the username and/or password are forgotten. Please save them in a safe place."; - Messages.register_cancel = "Cancel"; // XXX existing key + Messages.register_cancel = "Cancel"; // existing key setTimeout(function () { UI.confirm("