FriendlyHacker Posted November 9, 2013 Posted November 9, 2013 Open: http://board.freedomainradio.com/public/js/ips.chat.js find: $('messages-display').scrollTop = $('messages-display').scrollHeight + 500; replace by: jQuery("#messages-display").scrollTop(jQuery("#messages-display")[0].scrollHeight);
JamesP Posted November 9, 2013 Posted November 9, 2013 So I think I understand that there is a problem, though I don't think your suggestion will fix it. I will be looking at this today, maybe I can make the chat less laggy.
Recommended Posts