Merge pull request 'Errores texto en mensajes' (#6) from test into master
gitea/worker-time-control/pipeline/head This commit looks good
Details
gitea/worker-time-control/pipeline/head This commit looks good
Details
This commit is contained in:
commit
4d495b16db
|
@ -39,7 +39,7 @@ and open the template in the editor.
|
|||
<div class="in">Inicio jornada</div>
|
||||
<div class="inMiddle">Inicio descanso</div>
|
||||
<div class="outMiddle">Fin descanso</div>
|
||||
<div class="out">Fin jornanda</div>
|
||||
<div class="out">Fin jornada</div>
|
||||
</div>
|
||||
|
||||
<p></p>
|
||||
|
|
|
@ -73,7 +73,7 @@ function setView() {
|
|||
$("#txtNombre").text(userData["name"] + " " + userData["surname"]);
|
||||
getInfo();
|
||||
if(userData["button1"] === null && userData["button2"] === null ) {
|
||||
printError ("Contacta con tu resposable")
|
||||
printError ("Contacta con tu responsable")
|
||||
} else {
|
||||
$("." + userData["button1"]).show();
|
||||
$("." + userData["button2"]).show();
|
||||
|
|
Loading…
Reference in New Issue