mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Display loading view when changing page size
This commit is contained in:
parent
1e2c28f67a
commit
94f44a0eb7
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ module.exports = Marionette.Layout.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
_pageSizeChanged : function(event) {
|
_pageSizeChanged : function(event) {
|
||||||
|
this.table.show(new LoadingView());
|
||||||
var pageSize = parseInt($(event.target).val());
|
var pageSize = parseInt($(event.target).val());
|
||||||
this.bulkImportCollection.fullCollection.reset();
|
this.bulkImportCollection.fullCollection.reset();
|
||||||
this.bulkImportCollection.reset();
|
this.bulkImportCollection.reset();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue