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:
parent
869222d863
commit
6724835be1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user