https://bugzilla.wikimedia.org/show_bug.cgi?id=36340
--- Comment #4 from kipod <[email protected]> 2012-05-01 23:32:14 UTC --- FWIW, i added to my common.js the following line, which makes the little "+" or "-" marker of the diff an rtl/ltr toggle: $(function(){$('td.diff-marker').click(function(){var next=$(this).next(),dir=next.css('direction');next.css('direction', (dir=='rtl')?'ltr':'rtl');})}); i still think it shouldn't be impossible to utilize the parser API, maybe together with jquery, so we can deduce the directionality of the paragraph or section. peace. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
