https://bugzilla.wikimedia.org/show_bug.cgi?id=8732
Niklas Laxström <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Keywords|need-review, patch | --- Comment #3 from Niklas Laxström <[email protected]> 2009-04-07 09:08:51 UTC --- Patch does not apply. Code moved into wikibits.js and contains: function ts_sort_generic(a, b) { return a[1] < b[1] ? -1 : a[1] > b[1] ? 1 : a[2] - b[2]; } Can someone make a new patch? -- 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
