Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Olivier Lezoray
Hal
Commits
651e8342
Commit
651e8342
authored
Oct 21, 2018
by
Olivier Lezoray
🇫🇷
Browse files
Modification Hal.js
parent
a4faa171
Changes
2
Hide whitespace changes
Inline
Side-by-side
js/Hal.js
View file @
651e8342
...
...
@@ -150,7 +150,11 @@
"
json
"
);
}
function
firstNameChange
(){
/**
* Description.
* Makes an update of the document on a change of first or last name.
**/
function
nameChange
(){
if
(
$
(
"
#lastName
"
).
length
&&
$
(
"
#firstName
"
).
length
)
typeChange
();
}
...
...
publicationsHALParPersonne.html
View file @
651e8342
...
...
@@ -37,11 +37,11 @@
<div
class=
"row"
>
<div
class=
"col-sm-6 left"
>
<label
for=
"lastName"
>
Nom :
</label>
<input
id=
"lastName"
type=
"text"
value=
""
onchange=
"
firstN
ameChange()"
>
<input
id=
"lastName"
type=
"text"
value=
""
onchange=
"
n
ameChange()"
>
</div>
<div
class=
"col-sm-6 left"
>
<label
for=
"firstName"
>
Prénom :
</label>
<input
id=
"firstName"
type=
"text"
value=
""
>
<input
id=
"firstName"
type=
"text"
value=
""
onchange=
"nameChange()"
>
</div>
</div>
<div
class=
"row"
>
...
...
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