Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
216ef469
Unverified
Commit
216ef469
authored
May 11, 2023
by
José Fernando Mendes da Costa
Committed by
GitHub
May 11, 2023
Browse files
Merge pull request #819 from jofernando/master
pega o valor da função
parents
b389bf4b
52b7e0e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/submeterTrabalho.blade.php
View file @
216ef469
...
...
@@ -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 != ""){
...
...
Write
Preview
Markdown
is supported
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