aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/student.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/student.js b/frontend/student.js
index 9b5c573..c1d1b8f 100644
--- a/frontend/student.js
+++ b/frontend/student.js
@@ -67,7 +67,7 @@ document.addEventListener("DOMContentLoaded", () => {
switch (mar[0]) {
case "E": /* unexpected error */
- alert(`The server reported an unexpected error, "${ mar[1] }". The system might be in an inconsistent state.`);
+ alert(mar[1]);
break;
case "HI":
document.querySelectorAll(".need-connection").