Remove "More messages below" indicator

It's been very buggy for a while, has limited usefulness compared with
unread counts, and profiling over the weekend indicates that it's very
slow.

(imported from commit 716fe47f2bbec1bd8a6e4d265ded5c64efe2ad5c)
This commit is contained in:
Zev Benjamin
2015-03-30 15:44:36 -07:00
parent 4d3f0cdc74
commit 466a678c2c
8 changed files with 1 additions and 91 deletions

View File

@@ -83,8 +83,6 @@ function show_box(tabname, focus_area, opts) {
viewport.user_initiated_animate_scroll(cover+5);
}
// Disable the notifications bar if it overlaps with the composebox
notifications_bar.maybe_disable();
}
function clear_invites() {
@@ -105,7 +103,6 @@ function hide_box() {
$('#stream-message').hide();
$('#private-message').hide();
$(".new_message_textarea").css("min-height", "");
notifications_bar.enable();
compose_fade.clear_compose();
$('.message_comp').hide();
$("#compose_controls").show();