mirror of https://github.com/zulip/zulip.git
Add a missing semicolon.
(imported from commit c0676f077ee8655abd33a382cd01b0330eff4e82)
This commit is contained in:
parent
e51ab0cdfa
commit
f556702804
|
@ -207,7 +207,7 @@ function do_narrow(target_zephyr, description, filter_function) {
|
||||||
$("#" + target_zephyr).children("td:first").html(selected_tag);
|
$("#" + target_zephyr).children("td:first").html(selected_tag);
|
||||||
$.post("update", {pointer: target_zephyr});
|
$.post("update", {pointer: target_zephyr});
|
||||||
|
|
||||||
scroll_to_selected()
|
scroll_to_selected();
|
||||||
|
|
||||||
$("#unhide").removeAttr("disabled");
|
$("#unhide").removeAttr("disabled");
|
||||||
$("#narrow_indicator").html(description);
|
$("#narrow_indicator").html(description);
|
||||||
|
|
Loading…
Reference in New Issue