remove some XXX notes

pull/1/head
ansuz 4 years ago
parent 87d4231725
commit f601f27435

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

@ -133,7 +133,7 @@ define([
'account', // Msg.support_cat_account 'account', // Msg.support_cat_account
'data', // Msg.support_cat_data 'data', // Msg.support_cat_data
'bug', // Msg.support_cat_bug 'bug', // Msg.support_cat_bug
// XXX report // TODO report
'other' // Msg.support_cat_other 'other' // Msg.support_cat_other
]; ];
if (all) { categories.push('all'); } // Msg.support_cat_all if (all) { categories.push('all'); } // Msg.support_cat_all
@ -178,7 +178,7 @@ define([
var catContainer = h('div.cp-dropdown-container' + (title ? '.cp-hidden': '')); var catContainer = h('div.cp-dropdown-container' + (title ? '.cp-hidden': ''));
makeCategoryDropdown(ctx, catContainer, function (key) { makeCategoryDropdown(ctx, catContainer, function (key) {
$(category).val(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; var attachments, addAttachment;

Loading…
Cancel
Save