frontend: improve rank rendering
This commit is contained in:
parent
3935c879ea
commit
6b072e8354
2 changed files with 23 additions and 19 deletions
|
@ -325,7 +325,7 @@ angular.module("FICApp", ["ngRoute", "ngSanitize"])
|
|||
$scope.reverse = !$scope.reverse;
|
||||
} else {
|
||||
$scope.rankOrder = fld;
|
||||
$scope.reverse = false;
|
||||
$scope.reverse = (fld == "score");
|
||||
}
|
||||
};
|
||||
})
|
||||
|
|
Reference in a new issue