Skip to content

Commit f9bb72f

Browse files
authored
Update joinin.html
1 parent ae179b7 commit f9bb72f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

joinin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ <h2 id="users-heading">Users</h2>
424424
return urlNick.trim();
425425
}
426426

427-
// 3. Numeric code (?code=1234)
427+
// Numeric code (?code=1234)
428428
const code = params.get("code");
429429
if (code) {
430430
const mapped = localStorage.getItem("cw_code_" + code);

0 commit comments

Comments
 (0)