]> source.dussan.org Git - nextcloud-server.git/commitdiff
Before I get spanked ;)
authorRemco Brenninkmeijer <requist1@starmail.nl>
Thu, 17 Jul 2014 19:31:54 +0000 (21:31 +0200)
committerRemco Brenninkmeijer <requist1@starmail.nl>
Thu, 17 Jul 2014 19:31:54 +0000 (21:31 +0200)
apps/files/js/filelist.js

index 5726dd1b294e60e31398df6760ac3015aca16d52..a00e2f63c42387cd82912d7e06e13b22b11e6329 100644 (file)
                                        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 {