Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 10, 2023
1 parent eb71e51 commit 19eccfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/static/portal/js/school.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $(document).ready(() => {
if ($("#id_country").val() !== 'GB') {
$('#form-row-county').hide();
}

$('#id_country').on('change', (event) => {
if (event.target.value === 'GB') {
$('#form-row-county').show();
Expand Down

0 comments on commit 19eccfd

Please sign in to comment.