mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
Rename functions to show_loading_older/hide_loading_older.
This commit is contained in:
@@ -19,7 +19,7 @@ var load_more_enabled = true;
|
||||
|
||||
exports.reset_for_new_narrow = function () {
|
||||
load_more_enabled = true;
|
||||
message_scroll.hide_loading_more_messages_indicator();
|
||||
message_scroll.hide_loading_older();
|
||||
};
|
||||
|
||||
function process_result(messages, opts) {
|
||||
|
||||
Reference in New Issue
Block a user