mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix semicolon
This commit is contained in:
parent
30cab284b0
commit
9faada9891
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ function loginClick() {
|
|||
uname = $("#username").val();
|
||||
socket.emit("login", {
|
||||
name: uname,
|
||||
pw: $("#password").val();
|
||||
pw: $("#password").val()
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue