Before I get spanked ;)

This commit is contained in:
Remco Brenninkmeijer 2014-07-17 21:31:54 +02:00
parent d0cd4d5ad9
commit 3ebcc29ee3
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@
this.setSort(sort, (this._sortDirection === 'desc')?'asc':'desc'); this.setSort(sort, (this._sortDirection === 'desc')?'asc':'desc');
} }
else { 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'); this.setSort(sort, 'asc');
} }
else { else {