Before I get spanked ;)

remotes/origin/fix-10825
Remco Brenninkmeijer 12 years ago
parent d0cd4d5ad9
commit 3ebcc29ee3
  1. 2
      apps/files/js/filelist.js

@ -369,7 +369,7 @@
this.setSort(sort, (this._sortDirection === 'desc')?'asc':'desc');
}
else {
if ( sort === 'name' ) { //default sorting of name is opposite to size and mtime
if ( sort === 'name' ) { //default sorting of name is opposite to size and mtime
this.setSort(sort, 'asc');
}
else {

Loading…
Cancel
Save