mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed default sorting for series grid
This commit is contained in:
parent
b4242f9fb2
commit
3983a36492
4 changed files with 35 additions and 10 deletions
|
@ -49,12 +49,6 @@ define([
|
|||
editable : false,
|
||||
cell : 'airDate',
|
||||
headerCell: 'nzbDrone'
|
||||
// headerCell: Backgrid.NzbDroneHeaderCell.extend({
|
||||
// initialize: function(options) {
|
||||
// this.constructor.__super__.initialize.apply(this, [options]);
|
||||
// this.direction('descending');
|
||||
// }
|
||||
// })
|
||||
},
|
||||
{
|
||||
name : 'edit',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue