forked from leftypol/leftypol
Fix notifications: replace reference to undisplayed div
This commit is contained in:
parent
fabc83ebfb
commit
34f178d53e
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ $(document).ready(function(){
|
|||
if (typeof end_of_page == "undefined") var end_of_page = false;
|
||||
if (end_of_page || (new_posts && window_active &&
|
||||
$(window).scrollTop() + $(window).height() >=
|
||||
$('div.boardlist.bottom').position().top)) {
|
||||
$('#thread-interactions').position().top)) {
|
||||
|
||||
new_posts = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue