Slightly hackish way of stripping out   in narrowbar tooltips.

(imported from commit 414738408cd1e4e53f0268b0851c903c6a1a9eda)
This commit is contained in:
Waseem Daher 2012-10-23 20:30:58 -04:00
parent feff1d811d
commit 8ce8a083bb
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function do_narrow(icon, description, filter_function) {
$(".narrowed_to_bar").show();
$("#loading_control").hide();
$("#main_div").addClass("narrowed_view");
$("#currently_narrowed_to").html(icon + " " + description).attr("title", description);
$("#currently_narrowed_to").html(icon + " " + description).attr("title", description.replace(/ /g, ""));
$("#zhome").removeClass("focused_table");
// Indicate both which message is persistently selected and which