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

no edit summary
No edit summary
No edit summary
Line 55:
 
 
console.log('A');
 
var container = new Morebits.quickForm.element({ type: "fragment" });
 
Line 94:
break;
case "文未準":
//checkbox.subgroup = {};
break;
default:
Line 111:
list: checkboxes
});
console.log('B');
 
// append any custom tags
Line 126 ⟶ 127:
$workarea.find("h5:not(:first-child)").css({ 'margin-top': '1em' });
$workarea.find("div").filter(":has(span.quickformDescription)").css({ 'margin-top': '0.4em' });
console.log('C');
 
 
// add a link to each template's description page
Line 138 ⟶ 141:
});
 
console.log('D');
 
var result = form.render();