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