We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d6ea9 commit 974f89aCopy full SHA for 974f89a
msreader-files/js/admin.js
@@ -53,7 +53,7 @@ var MSReader = function($) {
53
},500);
54
55
//load on windows scrolling
56
- $(window).scroll(function() {
+ $(window).on('scroll', function() {
57
if(!msreader_main_query.ajax_loading && !msreader_main_query.end && $(this).scrollTop() >= $(document).height() - $(this).height() - $(this).height()/3) {
58
display_posts_ajax();
59
}
0 commit comments