mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
css: Rename #home id to #message_feed_container.
This commit is contained in:
@@ -115,7 +115,7 @@ exports.actively_scrolling = function () {
|
||||
exports.scroll_finished = function () {
|
||||
actively_scrolling = false;
|
||||
|
||||
if (!$("#home").hasClass("active")) {
|
||||
if (!$("#message_feed_container").hasClass("active")) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user