Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.1.1^2
zouap 3 years ago
parent
commit
710c1d89a2
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      public/home/home.js

+ 4
- 4
public/home/home.js View File

@@ -313,10 +313,10 @@ function displayRepo(json){
html += "<a class=\"ui small label topic\" href=\"" + url + "\">" + topic + "</a>";
}
}
html += " <div>";
html += " <div>";
html += " <div>";
html += "<div>";
html += " </div>";
html += " </div>";
html += " </div>";
html += "</div>";
}
}
orgRepo.innerHTML = html;


Loading…
Cancel
Save