mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
removing js refrences from index.html
This commit is contained in:
parent
1f62194ab8
commit
aed7b95245
13 changed files with 335 additions and 300 deletions
|
@ -10,6 +10,8 @@ define([
|
|||
'Cells/EpisodeTitleCell',
|
||||
'Cells/QualityCell',
|
||||
'Shared/Toolbar/ToolbarLayout',
|
||||
'Shared/Grid/Pager',
|
||||
'Shared/Grid/HeaderCell',
|
||||
'Shared/LoadingView'
|
||||
],
|
||||
function () {
|
||||
|
@ -67,7 +69,7 @@ define([
|
|||
className : 'table table-hover'
|
||||
}));
|
||||
|
||||
this.pager.show(new Backgrid.NzbDronePaginator({
|
||||
this.pager.show(new NzbDrone.Shared.Grid.Pager({
|
||||
columns : this.columns,
|
||||
collection: this.historyCollection
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue