提交 d5651d17 编写于 作者: D Daniel Beck

Merge pull request #1737 from oleg-nenashev/master

[FIXED JENKINS-28601] Revert "[FIXED JENKINS-17290] -  Corrected sort order of tables"
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册