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
18911e29
"resources/vscode:/vscode.git/clone" did not exist on "6d5ea49ab6679bfa33eadd94058f09f89da5467f"
Commit
18911e29
authored
May 31, 2023
by
unknown
Browse files
remoção de print
parent
da59993f
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/integrantes.blade.php
View file @
18911e29
...
...
@@ -205,7 +205,7 @@
let
modal_id
=
Number
(
document
.
getElementById
(
'
quantidadeModais
'
).
value
);
function
exibirUsuarioAdicionado
(
data
)
{
console
.
log
(
data
[
0
])
$
(
'
#modalIntegrante
'
).
modal
(
'
hide
'
);
document
.
getElementById
(
`nome
${
modal_id
}
`
).
value
=
data
[
0
][
'
name
'
];
document
.
getElementById
(
`nome
${
modal_id
}
`
).
setAttribute
(
"
readonly
"
,
""
);
...
...
@@ -265,11 +265,9 @@
document
.
getElementById
(
`curso[
${
modal_id
}
]`
).
value
=
data
[
2
].
curso
;
document
.
getElementById
(
`curso[
${
modal_id
}
]`
).
setAttribute
(
"
readonly
"
,
""
);
console
.
log
(
document
.
getElementById
(
`funcaoParticipante
${
modal_id
}
`
));
document
.
getElementById
(
`funcaoParticipante
${
modal_id
}
`
).
value
=
data
[
1
][
'
nome
'
];
if
(
data
[
1
].
nome
!=
"
Bolsista
"
&&
data
[
1
].
nome
!=
"
Voluntário
"
)
{
console
.
log
(
document
.
getElementById
(
`plano-titulo
${
modal_id
}
`
));
document
.
getElementById
(
`plano-titulo
${
modal_id
}
`
).
setAttribute
(
'
hidden
'
,
""
);
document
.
getElementById
(
`plano-nome
${
modal_id
}
`
).
setAttribute
(
'
hidden
'
,
""
);
document
.
getElementById
(
`plano-anexo
${
modal_id
}
`
).
setAttribute
(
'
hidden
'
,
""
);
...
...
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