heboya8 commited on
Commit
0c43d38
·
verified ·
1 Parent(s): dc10af5

Update static/script.js

Browse files
Files changed (1) hide show
  1. 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; // Load results page
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);