Skip to content
Snippets Groups Projects
Commit 2ebbcdd9 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

Merge branch 'fix-aup-hide-js' into 'master'

commented aup flag in create account

See merge request !25
parents 18315b11 9f497068
No related branches found
No related tags found
1 merge request!25commented aup flag in create account
...@@ -19,7 +19,7 @@ function request_account() { ...@@ -19,7 +19,7 @@ function request_account() {
email: document.getElementById("email").value, email: document.getElementById("email").value,
reason: document.getElementById("reason").value, reason: document.getElementById("reason").value,
username: document.getElementById("username").value, username: document.getElementById("username").value,
aup: document.getElementById("agree").checked // aup: document.getElementById("agree").checked
}) })
} }
......
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