Skip to content

Commit

Permalink
remove break error prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
spiceywasabi authored Sep 25, 2024
1 parent 17a8558 commit 796b6cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1532,9 +1532,6 @@ function toggleUIConnected(connected, msg = "") {
lbl = "Error";
sdstat("error","hardware-missing");
let err = `${message} Click the Help button below for common fixes. Then refresh this page to attempt flashing again.`;
if(message.toLowerCase().includes("break")){
err = `${message}. To fix this issue please go to <a href="https://o.mg.lol/setup/breakfix.html">https://o.mg.lol/setup/breakfix.html</a>.`
}
setStatusAlert(err, "danger");
accordionExpand(2);
accordionDisable();
Expand Down

0 comments on commit 796b6cc

Please sign in to comment.