mirror of https://github.com/zulip/zulip.git
Slightly hackish way of stripping out in narrowbar tooltips.
(imported from commit 414738408cd1e4e53f0268b0851c903c6a1a9eda)
This commit is contained in:
parent
feff1d811d
commit
8ce8a083bb
|
@ -48,7 +48,7 @@ function do_narrow(icon, description, filter_function) {
|
||||||
$(".narrowed_to_bar").show();
|
$(".narrowed_to_bar").show();
|
||||||
$("#loading_control").hide();
|
$("#loading_control").hide();
|
||||||
$("#main_div").addClass("narrowed_view");
|
$("#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");
|
$("#zhome").removeClass("focused_table");
|
||||||
|
|
||||||
// Indicate both which message is persistently selected and which
|
// Indicate both which message is persistently selected and which
|
||||||
|
|
Loading…
Reference in New Issue