mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
remove unnecessary comment
(imported from commit aaeaf0f9a0a97ae81b62315c0bfd88752615cfd6)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user