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