fix
This commit is contained in:
parent
d2be55824f
commit
b7c07bb9be
1 changed files with 0 additions and 2 deletions
|
|
@ -42,8 +42,6 @@ function renderRepoDescription(repoLink) {
|
||||||
let repoName = repoLink.textContent;
|
let repoName = repoLink.textContent;
|
||||||
if (repoName.toLowerCase().endsWith('.git')) {
|
if (repoName.toLowerCase().endsWith('.git')) {
|
||||||
repoName = repoName.slice(0, -4);
|
repoName = repoName.slice(0, -4);
|
||||||
} else {
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
postsContainer.innerHTML = "";
|
postsContainer.innerHTML = "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue