remove or adjust some comments

pull/1/head
ansuz 4 years ago
parent 8546e7b317
commit a813b6f226

@ -30,8 +30,8 @@ define([
]; ];
}; };
if (Config.restrictRegistration) { // XXX restricted-registration if (Config.restrictRegistration) {
Msg.register_closed = "This instance does not allow registration at the moment."; Msg.register_closed = "This instance does not allow registration at the moment."; // XXX
return frame([ return frame([
h('h4', Msg.register_closed) h('h4', Msg.register_closed)
]); ]);

@ -53,7 +53,7 @@ define([
'cp-admin-update-limit', 'cp-admin-update-limit',
'cp-admin-archive', 'cp-admin-archive',
'cp-admin-unarchive', 'cp-admin-unarchive',
'cp-admin-registration', // XXX restricted-registration 'cp-admin-registration',
], ],
'quota': [ // Msg.admin_cat_quota 'quota': [ // Msg.admin_cat_quota
'cp-admin-defaultlimit', 'cp-admin-defaultlimit',

Loading…
Cancel
Save