Add a missing semicolon.

(imported from commit c0676f077ee8655abd33a382cd01b0330eff4e82)
This commit is contained in:
Jessica McKellar 2012-09-04 11:38:10 -04:00
parent e51ab0cdfa
commit f556702804
1 changed files with 1 additions and 1 deletions

View File

@ -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);