mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-20 20:00:48 +02:00
Merge pull request #1062 from geogolem/revertSortingChange
reverting a change made yesterday regarding sorting
This commit is contained in:
commit
6c10d77721
1 changed files with 3 additions and 3 deletions
|
|
@ -111,9 +111,9 @@ var Collection = PageableCollection.extend({
|
|||
},
|
||||
|
||||
sort : function(options){
|
||||
if (this.mode == 'server' && this.state.order == '-1'){
|
||||
this.origSort(options);
|
||||
}
|
||||
//if (this.mode == 'server' && this.state.order == '-1' && this.state.sortKey === 'sortTitle'){
|
||||
// this.origSort(options);
|
||||
//}
|
||||
},
|
||||
|
||||
save : function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue