From a813b6f2269dce04a9fb509e6bd2dcc28ce4e914 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 28 Apr 2021 16:28:33 +0530 Subject: [PATCH] remove or adjust some comments --- customize.dist/pages/register.js | 4 ++-- www/admin/inner.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/customize.dist/pages/register.js b/customize.dist/pages/register.js index 7af93853b..46ffc7f7a 100644 --- a/customize.dist/pages/register.js +++ b/customize.dist/pages/register.js @@ -30,8 +30,8 @@ define([ ]; }; - if (Config.restrictRegistration) { // XXX restricted-registration - Msg.register_closed = "This instance does not allow registration at the moment."; + if (Config.restrictRegistration) { + Msg.register_closed = "This instance does not allow registration at the moment."; // XXX return frame([ h('h4', Msg.register_closed) ]); diff --git a/www/admin/inner.js b/www/admin/inner.js index 844a27aea..f4ec5a795 100644 --- a/www/admin/inner.js +++ b/www/admin/inner.js @@ -53,7 +53,7 @@ define([ 'cp-admin-update-limit', 'cp-admin-archive', 'cp-admin-unarchive', - 'cp-admin-registration', // XXX restricted-registration + 'cp-admin-registration', ], 'quota': [ // Msg.admin_cat_quota 'cp-admin-defaultlimit',