提交 abef5b06 编写于 作者: O Oleg Nenashev

Revert "[FIXED JENKINS-17290] - Corrected sort order of tables"

This reverts commit d739bedc.
上级 7e1a9215
......@@ -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.
先完成此消息的编辑!
想要评论请 注册