mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
Hover the sender name on gravatar and e-mail hovers as well.
This clarifies that clicking on any of those three pieces of information will pop up the user info tooltip. (imported from commit 1e57550d66acbb2e8d5d244d2997bbd394c334c3)
This commit is contained in:
@@ -346,6 +346,8 @@ function add_to_table(messages, table_name, filter_function, where) {
|
||||
$.each(messages_to_render, function (index, message) {
|
||||
var row = rows.get(message.id, table_name);
|
||||
register_onclick(row, message.id);
|
||||
register_user_info_mouseover(row, message.id);
|
||||
register_user_info_mouseout(row, message.id);
|
||||
|
||||
row.find('.message_content a').each(function (index, link) {
|
||||
link = $(link);
|
||||
|
||||
Reference in New Issue
Block a user