Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Krish Moodbidri
self-reg-form
Commits
3edb7902
Commit
3edb7902
authored
Oct 02, 2020
by
Krish Moodbidri
Browse files
fixed typo in email variable name
parent
cf71a084
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/static/scripts/function.js
View file @
3edb7902
...
...
@@ -7,7 +7,7 @@ function request_account() {
fullname
:
document
.
getElementById
(
"
fullname
"
).
value
,
email
:
document
.
getElementById
(
"
email
"
).
value
,
reason
:
document
.
getElementById
(
"
reason
"
).
value
,
username
:
document
.
getElementById
(
"
bid
"
).
value
username
:
document
.
getElementById
(
"
username
"
).
value
})
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment