Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
197ef09d
Commit
197ef09d
authored
Sep 13, 2019
by
Romain Therville
🐭
Browse files
Merge branch 'issue#8' into 'master'
merge branch Issue#8 into master See merge request
!38
parents
e73629da
f4496b87
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/res/js/tx_nG6_pi1.js
View file @
197ef09d
...
...
@@ -878,7 +878,7 @@ $(function () {
val_url
+=
"
&username=
"
+
$
(
"
#username_val
"
).
val
();
val_url
+=
"
&first_name=
"
+
$
(
"
#first_name_val
"
).
val
();
val_url
+=
"
&last_name=
"
+
$
(
"
#last_name_val
"
).
val
();
val_url
+=
"
&password=
"
+
$
(
"
#user_password_pwd_val
"
).
val
();
val_url
+=
"
&password=
"
+
escape
(
$
(
"
#user_password_pwd_val
"
).
val
()
)
;
val_url
+=
"
&email=
"
+
$
(
"
#email_val
"
).
val
();
val_url
+=
"
&creator=
"
+
$
(
"
#user_id
"
).
val
();
val_url
+=
"
&title=
"
+
$
(
"
#title_val
"
).
val
();
...
...
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