(trunk web) "impossible to set sorting direction in the web ui" -- use Longinus00's quick & dirty patch to fix this in trunk for 2.00

This commit is contained in:
Charles Kerr 2010-03-31 19:22:42 +00:00
parent 5af66dffcd
commit a373330d52
1 changed files with 1 additions and 0 deletions

View File

@ -1085,6 +1085,7 @@ Transmission.prototype =
// The 'reverse sort' option state can be toggled independently of the other options
if ($element.is('#reverse_sort_order')) {
if(!$element.is('#reverse_sort_order.active')) break;
var dir;
if ($element.menuItemIsSelected()) {
$element.deselectMenuItem();