mirror of https://github.com/zulip/zulip.git
Increase the bottom line.
(imported from commit c1ac8a3be566713b61f971fb1da0214d2c1aef9c)
This commit is contained in:
parent
eac7040bd0
commit
986b780c69
|
@ -565,7 +565,7 @@ function load_old_messages(start, which, number, cont) {
|
|||
if (which === "older") {
|
||||
where = "top";
|
||||
} else {
|
||||
where = "botton";
|
||||
where = "bottom";
|
||||
}
|
||||
add_messages(data.messages, where);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue