Before I get spanked ;)
This commit is contained in:
parent
d0cd4d5ad9
commit
3ebcc29ee3
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue