mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
settings: Fix linter errors with user profiles.
This commit is contained in:
@@ -492,7 +492,7 @@ exports.set_up = function () {
|
||||
}, 5000);
|
||||
});
|
||||
|
||||
$("#show_my_user_profile_modal").on('click', function (e) {
|
||||
$("#show_my_user_profile_modal").on('click', function () {
|
||||
overlays.close_overlay("settings");
|
||||
var user = people.get_person_from_user_id(people.my_current_user_id());
|
||||
setTimeout(function () {
|
||||
|
||||
Reference in New Issue
Block a user