mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added hiding page list when loading next page
This commit is contained in:
@ -94,6 +94,8 @@ App.Presenters.PagerPresenter = function(
|
||||
progress.start();
|
||||
|
||||
return promise.make(function(resolve, reject) {
|
||||
hidePageList();
|
||||
|
||||
promise.wait(pager.retrieve())
|
||||
.then(function(response) {
|
||||
progress.done();
|
||||
|
Reference in New Issue
Block a user