Skip to content

Commit

Permalink
Merge pull request #1737 from oleg-nenashev/master
Browse files Browse the repository at this point in the history
[FIXED JENKINS-28601] Revert "[FIXED JENKINS-17290] -  Corrected sort order of tables"
  • Loading branch information
daniel-beck committed Jun 15, 2015
2 parents 7e1a921 + abef5b0 commit d5651d1
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 d5651d1

Please sign in to comment.