mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Add a missing semicolon.
(imported from commit c0676f077ee8655abd33a382cd01b0330eff4e82)
This commit is contained in:
@@ -207,7 +207,7 @@ function do_narrow(target_zephyr, description, filter_function) {
|
||||
$("#" + target_zephyr).children("td:first").html(selected_tag);
|
||||
$.post("update", {pointer: target_zephyr});
|
||||
|
||||
scroll_to_selected()
|
||||
scroll_to_selected();
|
||||
|
||||
$("#unhide").removeAttr("disabled");
|
||||
$("#narrow_indicator").html(description);
|
||||
|
||||
Reference in New Issue
Block a user