summaryrefslogtreecommitdiff
path: root/static/main.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* main.js: Un-disable already-chosen courses during HELLO/HIRunxi Yu2024-10-021-0/+1
* main.js: Unset indeterminate when receiving NRunxi Yu2024-10-021-0/+1
* main.js: Set checkbox.indeterminate = true when uncheckingRunxi Yu2024-10-021-1/+1
* wsm.go, main.js: Use M for number, N for deselectRunxi Yu2024-10-021-0/+3
* main.js: Only try to mark courses as checked if mar[1] !== ""v0.1.1Runxi Yu2024-10-011-3/+5
* main.js: Everything should be after DOMContentLoadedRunxi Yu2024-10-011-99/+101
* wsm.go, main.js: Display the user's selected courses on first runv0.1.0Runxi Yu2024-10-011-0/+4
* main.js: Move connect(s) to the event listener directlyRunxi Yu2024-09-301-6/+2
* *: Change license to AGPL-3.0-or-laterRunxi Yu2024-09-301-21/+11
* main.js: Disable boxes when fullRunxi Yu2024-09-301-0/+8
* main.js: Fix the IRC-style message parserRunxi Yu2024-09-301-0/+4
* index.html, main.js, ws.go: Enhance course selection rejection messageRunxi Yu2024-09-301-3/+7
* main.js: Handle "Y" (course selection approved)Runxi Yu2024-09-291-0/+4
* main.js: Handle number updatesRunxi Yu2024-09-291-0/+3
* main.js: Relocate a comment and remove a blank lineRunxi Yu2024-09-291-2/+1
* main.js: Add stub case "R" for course selection rejectedRunxi Yu2024-09-291-0/+5
* main.js: Comments should be /* */ rather than //Runxi Yu2024-09-291-2/+2
* main.js: Remove command "A" (authentication)Runxi Yu2024-09-291-3/+0
* main.js: Set checkboxes to indeterminate after selectionRunxi Yu2024-09-291-1/+3
* main.js: event -> _event because it's unusedRunxi Yu2024-09-281-1/+1
* main.js: Fix spacing in array indicesRunxi Yu2024-09-281-6/+7
* main.js, style.css, index.html: Clear notice by JS instead of using noscriptRunxi Yu2024-09-271-0/+7
* index.html, main.js: Display message when connection is closedRunxi Yu2024-09-241-2/+11
* main.js: Omit semicolonsRunxi Yu2024-09-241-36/+36
* main.js, eslint.config.js: Start using eslintRunxi Yu2024-09-241-41/+41
* main.js: Don't indent case in switchRunxi Yu2024-09-241-28/+28
* ws.go, main.js, index.html: Better WS documentation and structureRunxi Yu2024-09-161-4/+11
* ws.go: Split IRC-style messagesRunxi Yu2024-09-091-0/+3
* main.js, index.tmpl: Confirmation buttonRunxi Yu2024-09-081-0/+4
* main.js: More robust check handlingRunxi Yu2024-09-081-1/+15
* main.js: Send message whenever the checkbox changesRunxi Yu2024-09-081-0/+6
* main.js: Send HELLO, not BLOOPRunxi Yu2024-09-081-1/+1
* main.js: Slight reformat and code commentsRunxi Yu2024-09-081-0/+7
* main.js: Break after caseRunxi Yu2024-09-081-3/+2
* main.js: Fix WS url and consistently use automatic semicolon insertionRunxi Yu2024-09-081-8/+11
* *: Basic WebSocket connection may be established nowRunxi Yu2024-09-081-0/+57