Rename reset_load_more_status to reset_for_new_narrow.

We are about to make this logic a little more specific to
what happens when you make a new narrow.
This commit is contained in:
Steve Howell
2018-03-08 19:35:17 -05:00
committed by Tim Abbott
parent ae84908eca
commit 389421d9c2
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ var consts = {
// not load_more_messages().
var load_more_enabled = true;
exports.reset_load_more_status = function reset_load_more_status() {
exports.reset_for_new_narrow = function () {
load_more_enabled = true;
message_scroll.hide_loading_more_messages_indicator();
};