diff --git a/public/home/home.js b/public/home/home.js index 8ecbf12c8..43eab17e0 100755 --- a/public/home/home.js +++ b/public/home/home.js @@ -538,6 +538,7 @@ function queryRecommendData(){ displayActivity(json.activity); displayDataset(json.dataset); displayUserExp(json.user_experience); + LetterAvatar && LetterAvatar.transform(); }, error:function(response) { } @@ -624,7 +625,7 @@ function displayRepo(json){ // ${repo["NumStars"]}${repo["NumForks"]}
html += `
- + ${repo["Avatar"] ? `` : ``} ${repo["Alias"]}
${repo["Description"]}
`;