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
4 years ago
by
Gabriel Antônio da Silva
Committed by
GitHub
4 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #108 from Gabriel-31415/master
ajuste
parents
466cda04
d2e7d60f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/evento/submeterTrabalho.blade.php
+4
-3
resources/views/evento/submeterTrabalho.blade.php
with
4 additions
and
3 deletions
+4
-3
resources/views/evento/submeterTrabalho.blade.php
View file @
d3d34393
...
@@ -298,11 +298,12 @@
...
@@ -298,11 +298,12 @@
contador
++
;
contador
++
;
var
cln
=
participante
.
cloneNode
(
true
);
var
cln
=
participante
.
cloneNode
(
true
);
cln
.
setAttribute
(
'style'
,
" "
);
cln
.
setAttribute
(
'style'
,
" "
);
console
.
log
(
cln
.
children
)
var
id
=
cln
.
children
[
2
]
.
firstElementChild
.
id
;
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
[
2
]
.
firstElementChild
.
setAttribute
(
'id'
,
id
+
contador
);
cln
.
children
[
1
]
.
firstElementChild
.
setAttribute
(
'href'
,
"#collapseParticipante"
+
contador
);
cln
.
children
[
0
]
.
firstElementChild
.
setAttribute
(
'href'
,
"#collapseParticipante"
+
contador
);
cln
.
children
[
1
]
.
firstElementChild
.
setAttribute
(
'id'
,
id2
+
contador
);
cln
.
children
[
0
]
.
firstElementChild
.
setAttribute
(
'id'
,
id2
+
contador
);
// console.log(cln.style.display = 'block')
// console.log(cln.style.display = 'block')
for
(
i
=
0
;
i
<
cln
.
children
.
length
;
i
++
)
{
for
(
i
=
0
;
i
<
cln
.
children
.
length
;
i
++
)
{
...
...
This diff is collapsed.
Click to expand it.
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