Default to descending sort

This commit is contained in:
Felix Blanke 2023-08-19 21:12:55 +02:00
parent f3648fdc1a
commit 98e3d1264e

View File

@ -151,6 +151,7 @@ sorttable = {
//sorttable.shaker_sort(row_array, this.sorttable_sortfunction);
/* and comment out this one */
row_array.sort(this.sorttable_sortfunction);
row_array.reverse();
tb = this.sorttable_tbody;
for (var j=0; j<row_array.length; j++) {