mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user