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
e8551e92
Commit
e8551e92
authored
Jun 01, 2021
by
Gabriel-31415
Browse files
ajuste
parent
becd7540
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/submeterTrabalho.blade.php
View file @
e8551e92
...
...
@@ -442,6 +442,7 @@
}
else
{
parts
.
removeChild
(
e
.
parentElement
);
contador
--
;
}
}
...
...
@@ -453,8 +454,11 @@
if
(
parts
.
children
.
length
>=
"{{
$edital->numParticipantes
}}"
){
alert
(
'Limite de participante.'
)
}
else
{
contador
++
;
var
cln
=
participante
.
cloneNode
(
true
);
cln
.
style
.
display
=
'block'
;
// console.log(cln.children[2].firstElementChild.id)
// console.log(cln.children[1].firstElementChild.href)
// var id = cln.children[2].firstElementChild.id;
// var href = cln.children[1].firstElementChild.href;
// cln.children[2].firstElementChild.id = id + contador;
...
...
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