Followup to r86108, r86854, r96384: table sorter fetch of 'data-sort-value' attribute...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 7 Sep 2011 22:03:16 +0000 (22:03 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 7 Sep 2011 22:03:16 +0000 (22:03 +0000)
commita496d501af58cab0572868a05577603f2cd62f0b
treeb4efb141801fd504d8f0b29fe08cca471212698d
parenta509bf41bed7a6a79e8ce08a1e68c3c3a8d27fce
Followup to r86108, r86854, r96384: table sorter fetch of 'data-sort-value' attribute failed on IE 6/7 due to directly using DOM methods not available in those browsers.

hasAttribute and getAttribute don't appear until IE 8 in Microsoft-land; switching to jQuery's .attr() resolves this nicely.
resources/jquery/jquery.tablesorter.js