Spaces:
Paused
Paused
Update static/script.js
Browse files- static/script.js +1 -1
static/script.js
CHANGED
|
@@ -27,7 +27,7 @@ function capture() {
|
|
| 27 |
})
|
| 28 |
.then(response => response.text())
|
| 29 |
.then(html => {
|
| 30 |
-
document.body.innerHTML = html;
|
| 31 |
})
|
| 32 |
.catch(err => {
|
| 33 |
console.error("Upload error: ", err);
|
|
|
|
| 27 |
})
|
| 28 |
.then(response => response.text())
|
| 29 |
.then(html => {
|
| 30 |
+
document.body.innerHTML = html;
|
| 31 |
})
|
| 32 |
.catch(err => {
|
| 33 |
console.error("Upload error: ", err);
|