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
9f497068
Commit
9f497068
authored
Apr 19, 2022
by
Krish Moodbidri
Browse files
commented aup flag in create account
parent
18315b11
Pipeline
#5904
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/static/scripts/function.js
View file @
9f497068
...
...
@@ -19,7 +19,7 @@ function request_account() {
email
:
document
.
getElementById
(
"
email
"
).
value
,
reason
:
document
.
getElementById
(
"
reason
"
).
value
,
username
:
document
.
getElementById
(
"
username
"
).
value
,
aup
:
document
.
getElementById
(
"
agree
"
).
checked
//
aup: document.getElementById("agree").checked
})
}
...
...
Write
Preview
Supports
Markdown
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