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
e847aa69
Commit
e847aa69
authored
Jul 29, 2024
by
carlvercosaa
Browse files
Correção do BUG de selecionar 4 ODSs
parent
ed744c3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/criarEvento.blade.php
View file @
e847aa69
...
...
@@ -818,7 +818,7 @@
if
(
selectedOds
.
length
>
3
){
alert
(
'Você só pode selecionar até 3 ODS.'
);
$
(
this
)
.
prop
(
'checked'
,
false
);
return
;
selectedOds
.
pop
()
;
}
selectedOds
.
forEach
(
function
(
odsId
){
...
...
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