1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 07:47:32 +00:00

[group]enable group member profile cache

This commit is contained in:
llj 2012-08-25 11:37:58 +08:00 committed by plt
parent 869222d863
commit 6724835be1

View File

@ -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);