settings: Fix linter errors with user profiles.

This commit is contained in:
Tim Abbott
2018-11-28 19:29:17 -08:00
parent 8a6158c663
commit 02f09e2473

View File

@@ -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 () {