diff --git a/zephyr/static/js/narrow.js b/zephyr/static/js/narrow.js index 8ed9b277e2..6f35bc72f1 100644 --- a/zephyr/static/js/narrow.js +++ b/zephyr/static/js/narrow.js @@ -20,7 +20,7 @@ function do_narrow(description, filter_function) { $("#show_all_messages").removeAttr("disabled"); $("#narrowbox").show(); $("#main_div").addClass("narrowed_view"); - $("#currently_narrowed_to").html(description); + $("#currently_narrowed_to").html(description).attr("title", description); $("#zhome").removeClass("focused_table"); select_and_show_by_id(selected_zephyr_id);