From fcf156293e9357eae877520af3c9aae6ef2796e1 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Thu, 9 Feb 2017 16:48:14 +0100 Subject: [PATCH] May be fix loading view? Idk. --- src/UI/AddMovies/BulkImport/BulkImportView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/AddMovies/BulkImport/BulkImportView.js b/src/UI/AddMovies/BulkImport/BulkImportView.js index 29a70162f..2d81a4254 100644 --- a/src/UI/AddMovies/BulkImport/BulkImportView.js +++ b/src/UI/AddMovies/BulkImport/BulkImportView.js @@ -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();