mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
Merge pull request #1062 from geogolem/revertSortingChange
reverting a change made yesterday regarding sorting
This commit is contained in:
@@ -111,9 +111,9 @@ var Collection = PageableCollection.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
sort : function(options){
|
sort : function(options){
|
||||||
if (this.mode == 'server' && this.state.order == '-1'){
|
//if (this.mode == 'server' && this.state.order == '-1' && this.state.sortKey === 'sortTitle'){
|
||||||
this.origSort(options);
|
// this.origSort(options);
|
||||||
}
|
//}
|
||||||
},
|
},
|
||||||
|
|
||||||
save : function() {
|
save : function() {
|
||||||
|
Reference in New Issue
Block a user