mirror of https://github.com/zulip/zulip.git
542a3dea77
The changes made here are as follows: * We rename `show_history_limit_message` and `hide_history_limit_message` to `show_history_limit_notice` and `hide_history_limit_notice` respectively. * We rename `hide_or_show_history_limit_message` to `update_top_of_narrow_notices` as now this function is responsible for updating the history limit notice as well the end of results notice. * We extract 2 functions responsible for hiding and showing the end of results notice, similar to that of the history limit notice. All instances of `$(".all-messages-search-caution").hide();` are replaced with the call of `hide_end_of_results_notice` function. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.eslintrc.json | ||
.gitignore | ||
favicon.ico |