Skip to content

Commit

Permalink
Revert "[FIXED JENKINS-17290] - Corrected sort order of tables"
Browse files Browse the repository at this point in the history
This reverts commit d739bed.
  • Loading branch information
oleg-nenashev committed Jun 14, 2015
1 parent 7e1a921 commit abef5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion war/src/main/webapp/scripts/sortable.js
Expand Up @@ -178,7 +178,7 @@ var Sortable = (function() {
var dir = this.pref.direction;

var s = this.getSorter(column);
if(dir === arrowTable.down) {// only need to reverse when it's descending
if(dir === arrowTable.up) {// ascending
s = sorter.reverse(s);
}

Expand Down

0 comments on commit abef5b0

Please sign in to comment.