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:
Jure Grabnar 2019-04-11 10:46:53 +02:00 committed by GitHub
commit eb6de67cb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -201,6 +201,8 @@ $(function() {
}
updateRunning = false;
animateSpinner(null, false);
$('.ga-main').scrollTop(0);
PerfectSb().update_all();
},
error: function() {