diff --git a/group/templates/group/group_info.html b/group/templates/group/group_info.html
index 0eff662be7..4d43f31b20 100644
--- a/group/templates/group/group_info.html
+++ b/group/templates/group/group_info.html
@@ -237,7 +237,6 @@ $('.group-member').hover(
$.ajax({
url: $(this).children('.group-member-name').attr('href') + 'get/',
dataType: 'json',
- cache: false,
contentType: 'application/json; charset=utf-8',
success: function(data) {
$('#user-profile').setTemplateElement('jtemplate').processTemplate(data);