Loading js/Hal.js +5 −1 Original line number Diff line number Diff line Loading @@ -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(); } Loading publicationsHALParPersonne.html +2 −2 Original line number Diff line number Diff line Loading @@ -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="firstNameChange()"> <input id="lastName" type="text" value="" onchange="nameChange()"> </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"> Loading Loading
js/Hal.js +5 −1 Original line number Diff line number Diff line Loading @@ -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(); } Loading
publicationsHALParPersonne.html +2 −2 Original line number Diff line number Diff line Loading @@ -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="firstNameChange()"> <input id="lastName" type="text" value="" onchange="nameChange()"> </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"> Loading