mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 06:44:55 +08:00
Merge pull request #1660 from jbargu/jg_sci_3302
Date activity filter filters out activity after reaching bottom of the page [SCI-3302]
This commit is contained in:
commit
eb6de67cb7
1 changed files with 2 additions and 0 deletions
|
@ -201,6 +201,8 @@ $(function() {
|
|||
}
|
||||
updateRunning = false;
|
||||
animateSpinner(null, false);
|
||||
|
||||
$('.ga-main').scrollTop(0);
|
||||
PerfectSb().update_all();
|
||||
},
|
||||
error: function() {
|
||||
|
|
Loading…
Reference in a new issue