mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-18 15:08:22 +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({
|
$.ajax({
|
||||||
url: $(this).children('.group-member-name').attr('href') + 'get/',
|
url: $(this).children('.group-member-name').attr('href') + 'get/',
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
cache: false,
|
|
||||||
contentType: 'application/json; charset=utf-8',
|
contentType: 'application/json; charset=utf-8',
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
$('#user-profile').setTemplateElement('jtemplate').processTemplate(data);
|
$('#user-profile').setTemplateElement('jtemplate').processTemplate(data);
|
||||||
|
Loading…
Reference in New Issue
Block a user