User:逆襲的天邪鬼/Twinkle-lzh/friendlytag.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 81:
break;
case "文未準":
//checkbox.subgroupvar disputes = {}[];
for (var reason in Twinkle.tag.article.dispute) {
disputes.push({
value: reason,
label: Twinkle.tag.article.dispute[reason]
});
}
checkbox.subgroup = [
{
name: 'disputeReason',
type: 'checkbox',
list: disputes
},
{
name: 'disputeCustomReason',
type: 'input',
label: '其他原因:'
}
];
 
break;
default:
Line 91 ⟶ 110:
var checkboxes = [];
$.each(Twinkle.tag.article.tags, function(tag, description) {
formcheckboxes.push(makeCheckbox(tag, description));
});
form.append({