summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/main.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/main.js b/static/main.js
index 34a85b9..cc9ff44 100644
--- a/static/main.js
+++ b/static/main.js
@@ -60,6 +60,11 @@ var connect = function(socket) {
/* TODO: replace this with a box on screen */
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 */
+ break
default:
alert(`Invalid command ${ mar[0] } received from socket. Something is wrong.`)
}