Increase the bottom line.

(imported from commit c1ac8a3be566713b61f971fb1da0214d2c1aef9c)
This commit is contained in:
Jeff Arnold 2012-11-05 14:22:35 -05:00
parent eac7040bd0
commit 986b780c69
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}