(trunk web) #4312 "Add sorting by ratio" -- implemented.

This commit is contained in:
Jordan Lee
2011-06-10 14:04:32 +00:00
parent f6d68844bd
commit 97d80b72aa
3 changed files with 13 additions and 3 deletions

View File

@@ -235,6 +235,7 @@ Prefs._SortByActivity = 'activity';
Prefs._SortByQueue = 'queue_order';
Prefs._SortByName = 'name';
Prefs._SortByProgress = 'percent_completed';
Prefs._SortByRatio = 'ratio';
Prefs._SortByState = 'state';
Prefs._SortByTracker = 'tracker';