Browse Source

Fix notifications: replace reference to undisplayed div

pull/52/head
discomrade 3 years ago
parent
commit
a0f586dfa2
  1. 2
      js/auto-reload.js

2
js/auto-reload.js

@ -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…
Cancel
Save