mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
removing js refrences from index.html
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
define([
|
||||
'app',
|
||||
'Logs/Collection',
|
||||
'Shared/Toolbar/ToolbarLayout'
|
||||
'Shared/Toolbar/ToolbarLayout',
|
||||
'Shared/Grid/Pager'
|
||||
],
|
||||
function () {
|
||||
NzbDrone.Logs.Layout = Backbone.Marionette.Layout.extend({
|
||||
@@ -50,7 +51,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.collection
|
||||
}));
|
||||
|
Reference in New Issue
Block a user