mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
kiosk: Suppress user-info popover.
(imported from commit bda1714a49ea0cfa4ad0ec6447c7bb3fcf8b866b)
This commit is contained in:
@@ -46,6 +46,8 @@ exports.update_new_messages = function () {
|
||||
// Format messages properly & scroll to last message
|
||||
$(".message_controls").hide();
|
||||
$(".message_time").css('right', -65);
|
||||
// Suppress user-info popover
|
||||
$(".sender_info_hover").removeClass("sender_info_hover");
|
||||
navigate.to_end();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user