remove some XXX notes

This commit is contained in:
ansuz 2021-06-16 06:23:58 +05:30
parent 87d4231725
commit f601f27435
2 changed files with 2 additions and 3 deletions

View File

@ -1589,7 +1589,6 @@ define([
];
$(pollHint).find('i').each(function (index) {
this.setAttribute('class', classes[index]);
// XXX accessibility options?
});
var tag = h('div.cp-form-type-poll-container', [

View File

@ -133,7 +133,7 @@ define([
'account', // Msg.support_cat_account
'data', // Msg.support_cat_data
'bug', // Msg.support_cat_bug
// XXX report
// TODO report
'other' // Msg.support_cat_other
];
if (all) { categories.push('all'); } // Msg.support_cat_all
@ -178,7 +178,7 @@ define([
var catContainer = h('div.cp-dropdown-container' + (title ? '.cp-hidden': ''));
makeCategoryDropdown(ctx, catContainer, function (key) {
$(category).val(key);
// XXX add a hint suggesting relevant information to include for the chosen category
// TODO add a hint suggesting relevant information to include for the chosen category
});
var attachments, addAttachment;