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
5d8cef8f
"app/Http/vscode:/vscode.git/clone" did not exist on "f4c149d998c7887de4e91cc7240eb5d891731941"
Commit
5d8cef8f
authored
Jun 02, 2022
by
Guilherme Silva
Browse files
Ajuste no card do participante
parent
26b1c1e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/submeterTrabalho.blade.php
View file @
5d8cef8f
...
@@ -198,6 +198,8 @@
...
@@ -198,6 +198,8 @@
}
else
{
}
else
{
linkNome
.
innerText
=
`Nome: ${nome.value}`
;
linkNome
.
innerText
=
`Nome: ${nome.value}`
;
}
}
}
else
{
linkNome
.
innerText
=
`Discente `
+
(
id
+
1
);
}
}
if
(
id
>=
1
){
if
(
id
>=
1
){
document
.
getElementById
(
"cancelar"
+
(
id
-
1
))
.
setAttribute
(
"disabled"
,
true
);
document
.
getElementById
(
"cancelar"
+
(
id
-
1
))
.
setAttribute
(
"disabled"
,
true
);
...
...
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