debug
This commit is contained in:
parent
1cd6cdac9c
commit
8ce09d5736
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ fetch('https://nmns.place/track?' + new URLSearchParams({
|
|||
})).then(response => response.text().then((text) => {
|
||||
console.log(text)
|
||||
progress = document.querySelector('span#progress').content
|
||||
document.querySelector('span#progress').content = text
|
||||
document.querySelector('span#progress').innerHTML = text + 'of' + progress
|
||||
}))
|
||||
.catch(error => {
|
||||
// handle the error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue