settings_account: Fix small typo in initialize_custom_user_type_fields.

This commit is contained in:
Hemanth V. Alluri
2019-04-12 18:49:23 +05:30
committed by Tim Abbott
parent c1d8b17e49
commit c192327a37
3 changed files with 7 additions and 6 deletions

View File

@@ -279,7 +279,7 @@ exports.show_user_profile = function (user) {
ui.set_up_scrollbar($("#user-profile-modal #body"));
$("#user-profile-modal").modal("show");
settings_account.intialize_custom_user_type_fields("#user-profile-modal #content", user.user_id, false, false);
settings_account.initialize_custom_user_type_fields("#user-profile-modal #content", user.user_id, false, false);
};
function get_user_info_popover_items() {