https://bugzilla.wikimedia.org/show_bug.cgi?id=31417
--- Comment #5 from Yair Rand <[email protected]> 2011-10-06 19:47:03 UTC --- Hm, I thought jQuery selectors work very slowly on browsers that don't support querySelectorAll... (Not going to respond to the next part, I don't see what could be wrong with the script.) That's the way it used to work, looking through h2s, ignoring the h2 occasionally inside toc and preview note, and sorting things like that, but it was significantly slower than pulling everything out at once, temporarily holding the contents in a documentfragment, and then sorting through everything outside the display before dumping everything back in. -- 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
