diff --git a/curriculumsearch/src/main/resources/static/main.js b/curriculumsearch/src/main/resources/static/main.js index 81c57ef..c3453ff 100644 --- a/curriculumsearch/src/main/resources/static/main.js +++ b/curriculumsearch/src/main/resources/static/main.js @@ -97,7 +97,7 @@ function agregarFieldExpierncia(event){ content += `
  • ${exp.institucion} - +
  • ` @@ -159,7 +159,7 @@ function agregarFieldTecnologia(){ content1 += `
  • ${tecn.tecnologia.nombre} - +
  • @@ -254,7 +254,6 @@ form.addEventListener("submit",(evt)=>{ noValidateFlag = false } ); -document.querySelector("#btn-new-tech").addEventListener('click',()=>{document.querySelector("#tecnologia-nombre").classList.remove('d-none')}) //Metodos para Estudios @@ -323,7 +322,7 @@ function agregarFieldEstudio(){ content += `
  • ${est.institucion.nombre} - +
  • ` @@ -384,7 +383,7 @@ function agregarFieldCargo(){ if(postulaciones[i]!==null){ if(postulaciones[i]["id"]===pairs["cargo-id"]){ alert("Ya has agregado ese cargo!") - cont_cargo--; + //cont_cargo--; return; } } @@ -404,8 +403,8 @@ function agregarFieldCargo(){ if(car==null) continue; content1 += `
  • - ${document.querySelector('[name=cargo-id] > option[value="'+car.id+'"]').innerHTML} - + ${document.querySelector('[name=cargo-id] > option[value="'+car.id+'"]').innerHTML}
    +
  • ` @@ -506,7 +505,7 @@ function agregarFieldReferencia(event){ content += `
  • ${exp.nombre} - +
  • ` diff --git a/curriculumsearch/src/main/webapp/jsp/postulante-form.jsp b/curriculumsearch/src/main/webapp/jsp/postulante-form.jsp index 1bf5127..1f326b4 100644 --- a/curriculumsearch/src/main/webapp/jsp/postulante-form.jsp +++ b/curriculumsearch/src/main/webapp/jsp/postulante-form.jsp @@ -146,7 +146,7 @@
    -
     Cargo al que postulas

    +
     Cargo al que postulas

    @@ -316,7 +316,6 @@ -