Commit 67e55265a4a8044ac8be129c8ad9f0b9a1a9a08d
Committed by
Fabio Teixeira
1 parent
cee41ab2
Exists in
master
and in
5 other branches
institution: Brazil as default value for institution registration
Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Parley Martins <parley@outlook.com>
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
public/mpog-institution-validations.js
| ... | ... | @@ -203,6 +203,8 @@ |
| 203 | 203 | } |
| 204 | 204 | |
| 205 | 205 | function set_events() { |
| 206 | + jQuery('#community_country').val("BR"); | |
| 207 | + | |
| 206 | 208 | jQuery("#create_institution_link").click(open_create_institution_modal); |
| 207 | 209 | |
| 208 | 210 | jQuery("#type_PrivateInstitution").click(show_private_institutions_fields); | ... | ... |