Skip to content
Snippets Groups Projects
Commit 89de53a6 authored by Cloud User's avatar Cloud User
Browse files

Capturing the value of username(Blazerid) field

parent 09de6ab5
No related branches found
No related tags found
1 merge request!40Add rabbitmq connection
......@@ -20,10 +20,10 @@ function request_account() {
socket.emit('request account', {
fullname: document.getElementById("fullname").value,
reason: document.getElementById("reason").value,
username: document.getElementById("username").innerText
username: document.getElementById("bid").value
})
}
function refresh() {
document.location.reload(true);
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment