jclyo1 commited on
Commit
69eae87
1 Parent(s): a4e3b56
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -605,7 +605,7 @@
605
  })
606
  .catch((error) => {
607
  console.log(error);
608
- document.querySelector('.display-generate .error').style.display = "none";
609
  // Handle errors
610
  });
611
  }
 
605
  })
606
  .catch((error) => {
607
  console.log(error);
608
+ document.querySelector('.display-generate .error').style.display = "block";
609
  // Handle errors
610
  });
611
  }