https://bugzilla.wikimedia.org/show_bug.cgi?id=21363
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Roan Kattouw <[email protected]> 2009-10-31 11:09:45 UTC --- Have you tested that this patch doesn't break the toolbar itself? Also, the change suggests that the following JS would work: var mydialog = { // modules: { // remove this line mydialog: { titleMsg: 'mydialog-title', id: 'mydialog-id', init: mydialoginit, html: mydialoghtml, dialog: { width:400, buttons: { ... } } } // } // remove this line } $j('#wpTextbox1').wikiEditor('addDialog', mydialog); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
