mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
May be fix loading view? Idk.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user