diff --git a/res/forum/user/user.html b/res/forum/user/user.html index 1c453f5..3b13736 100644 --- a/res/forum/user/user.html +++ b/res/forum/user/user.html @@ -22,6 +22,6 @@ { update_user(result.username, null, document.getElementById("nickname").value, null, document.getElementById("sex").value,document.getElementById("bio").value, "user"); } - }) + }); } \ No newline at end of file