mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 18:42:42 +01:00
May be fix loading view? Idk.
This commit is contained in:
parent
94f44a0eb7
commit
fcf156293e
@ -52,10 +52,10 @@ module.exports = Marionette.Layout.extend({
|
||||
},
|
||||
|
||||
_pageSizeChanged : function(event) {
|
||||
this.table.show(new LoadingView());
|
||||
var pageSize = parseInt($(event.target).val());
|
||||
this.bulkImportCollection.fullCollection.reset();
|
||||
this.bulkImportCollection.reset();
|
||||
this.table.show(new LoadingView());
|
||||
//debugger;
|
||||
this.bulkImportCollection.setPageSize(pageSize);
|
||||
//this.bulkImportCollection.fetch();
|
||||
|
Loading…
Reference in New Issue
Block a user