aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/student.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/student.js b/frontend/student.js
index a09ba54..aa601e6 100644
--- a/frontend/student.js
+++ b/frontend/student.js
@@ -16,6 +16,10 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+/*
+ * TODO: This script is terrible. Revamp all of it.
+ */
+
document.addEventListener("DOMContentLoaded", () => {
const socket = new WebSocket("wss://cca.runxiyu.org/ws")