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:
Waseem Daher 2012-10-09 15:10:20 -04:00
parent 6916d02f26
commit e7dab1f757
1 changed files with 1 additions and 1 deletions

View File

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