(bug 39296) Fix broken table sorting
authorBrad Jorsch <anomie.wikipedia@gmail.com>
Mon, 13 Aug 2012 14:12:57 +0000 (10:12 -0400)
committerCatrope <roan.kattouw@gmail.com>
Mon, 13 Aug 2012 19:58:57 +0000 (12:58 -0700)
commit20d098cfb34d2ce4bc98a0f4dfb7f7184cd58733
tree65e323447e5a5d6cfc60b79e294dc5cb362e699c
parent8589f2ecad3f3a3b3f75cc0e9d8a62b2eab3036e
(bug 39296) Fix broken table sorting

Javascript's Array.sort wants -1, 0, or 1. Not false, true, or 0.

Change-Id: I2cb73668793092b53be0c1c6f7ffc647a88bf30a
resources/jquery/jquery.tablesorter.js