mirror of
https://github.com/techgaun/active-forks.git
synced 2024-11-16 09:08:32 +01:00
Merge pull request #65 from MickGe/patch-1
This commit is contained in:
commit
c87b9bf9e9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ function addDarkmodeWidget() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function fetchData() {
|
function fetchData() {
|
||||||
const repo = document.getElementById('q').value;
|
const repo = document.getElementById('q').value.replaceAll(' ','');
|
||||||
const re = /[-_\w]+\/[-_.\w]+/;
|
const re = /[-_\w]+\/[-_.\w]+/;
|
||||||
|
|
||||||
const urlRepo = getRepoFromUrl();
|
const urlRepo = getRepoFromUrl();
|
||||||
|
|
Loading…
Reference in a new issue