summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--static/main.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/main.js b/static/main.js
index cc9ff44..ca0119a 100644
--- a/static/main.js
+++ b/static/main.js
@@ -61,9 +61,8 @@ var connect = function(socket) {
alert("Your session is broken or has expired. You are unauthenticated and the server will reject your commands.")
break
case "R": /* course selection rejected */
- alert("Your course selection was rejected, but Runxi is too lazy to write the code.")
-
/* TODO */
+ alert("Your course selection was rejected, but Runxi is too lazy to write the code.")
break
default:
alert(`Invalid command ${ mar[0] } received from socket. Something is wrong.`)