When trying to paginate in the tax manager, nothing happens. It should do, well, something.
This is mostly fixed. Just need to figure out what's going on with the sorting.
Fixed for 7.15.17. Pagination was suffering a silent JS death from an member call on an undef variable. Sorting was broken do to the YUI devs having just found the identity operator and thinking it would be fun to play with in their example code, and then completely misusing it. Testing for their object type and for the string 'asc/desc' resolved the issue.