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
d3d34393
Unverified
Commit
d3d34393
authored
Jun 01, 2021
by
Gabriel Antônio da Silva
Committed by
GitHub
Jun 01, 2021
Browse files
Merge pull request #108 from Gabriel-31415/master
ajuste
parents
466cda04
d2e7d60f
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/submeterTrabalho.blade.php
View file @
d3d34393
...
...
@@ -298,11 +298,12 @@
contador
++
;
var
cln
=
participante
.
cloneNode
(
true
);
cln
.
setAttribute
(
'style'
,
" "
);
console
.
log
(
cln
.
children
)
var
id
=
cln
.
children
[
2
]
.
firstElementChild
.
id
;
var
id2
=
cln
.
children
[
1
]
.
firstElementChild
.
id
;
var
id2
=
cln
.
children
[
0
]
.
firstElementChild
.
id
;
cln
.
children
[
2
]
.
firstElementChild
.
setAttribute
(
'id'
,
id
+
contador
);
cln
.
children
[
1
]
.
firstElementChild
.
setAttribute
(
'href'
,
"#collapseParticipante"
+
contador
);
cln
.
children
[
1
]
.
firstElementChild
.
setAttribute
(
'id'
,
id2
+
contador
);
cln
.
children
[
0
]
.
firstElementChild
.
setAttribute
(
'href'
,
"#collapseParticipante"
+
contador
);
cln
.
children
[
0
]
.
firstElementChild
.
setAttribute
(
'id'
,
id2
+
contador
);
// console.log(cln.style.display = 'block')
for
(
i
=
0
;
i
<
cln
.
children
.
length
;
i
++
)
{
...
...
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