mirror of https://github.com/zulip/zulip.git
Set title text in narrowbar as well (this lets us mouseover if it gets too long).
(imported from commit be1e1f604016c2964d7b89cc50bfbc4113215819)
This commit is contained in:
parent
6916d02f26
commit
e7dab1f757
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue