mirror of https://github.com/zulip/zulip.git
remove unnecessary comment
(imported from commit aaeaf0f9a0a97ae81b62315c0bfd88752615cfd6)
This commit is contained in:
parent
4cd1d69ea0
commit
36e9f512c4
|
@ -93,7 +93,6 @@ exports.setup_page = function () {
|
|||
|
||||
$(".active_user_row").removeClass("active_user_row");
|
||||
|
||||
// Go up the tree until we find the user row, then grab the email element
|
||||
$(e.target).closest(".user_row").addClass("active_user_row");
|
||||
|
||||
var user_name = $(".active_user_row").find('.user_name').text();
|
||||
|
|
Loading…
Reference in New Issue