mirror of
https://github.com/techgaun/active-forks.git
synced 2024-12-22 05:22:14 +01:00
- remove string '.git' but not 'git' from end
This commit is contained in:
parent
1e3639abf4
commit
9d2820f810
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ function initDT() {
|
|||
function fetchAndShow(repo) {
|
||||
repo = repo.replace('https://github.com/', '');
|
||||
repo = repo.replace('http://github.com/', '');
|
||||
repo = repo.replace(/.git$/, '');
|
||||
repo = repo.replace(/\.git$/, '');
|
||||
|
||||
fetch(
|
||||
`https://api.github.com/repos/${repo}/forks?sort=stargazers&per_page=100`
|
||||
|
|
Loading…
Reference in a new issue