Setting up missing query params

This commit is contained in:
Mark McDowall 2013-05-01 00:34:05 -07:00
parent db8912e5b7
commit c9b9d7b956
2 changed files with 20 additions and 6 deletions

View file

@ -64,12 +64,7 @@ define([
row : NzbDrone.Missing.Row,
columns : columns,
collection: this.missingCollection,
className : 'table table-hover',
state: {
pageSize: 10,
sortKey: "airDate",
order: 1
}
className : 'table table-hover'
}));
},