Unverified Commit 216ef469 authored by José Fernando Mendes da Costa's avatar José Fernando Mendes da Costa Committed by GitHub
Browse files

Merge pull request #819 from jofernando/master

pega o valor da função
parents b389bf4b 52b7e0e6
......@@ -214,7 +214,7 @@
let planoTrabalho = document.getElementById("nomePlanoTrabalho"+id);
let cpf = document.getElementById("cpf"+id);
let funcao = document.getElementById("funcaoParticipante"+id);
let nome_funcao = document.getElementById("funcaoParticipante"+id).value;
let email = document.getElementById("email"+id);
if(nome.value != ""){
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment