Commit fdb04257 authored by JC Brand's avatar JC Brand

Make sure to scroll down after revealing the chat room messages.

parent 901deb18
...@@ -1021,6 +1021,7 @@ ...@@ -1021,6 +1021,7 @@
$(this).remove(); $(this).remove();
that.$el.find('.chat-area').removeClass('hidden'); that.$el.find('.chat-area').removeClass('hidden');
that.$el.find('.occupants').removeClass('hidden'); that.$el.find('.occupants').removeClass('hidden');
that.scrollDown();
}); });
} }
return this; return this;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment