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
2ebbcdd9
Commit
2ebbcdd9
authored
Apr 19, 2022
by
Krish Moodbidri
Browse files
Merge branch 'fix-aup-hide-js' into 'master'
commented aup flag in create account See merge request
rc/self-reg-form!25
parents
18315b11
9f497068
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/static/scripts/function.js
View file @
2ebbcdd9
...
...
@@ -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