handle WHO message when input changes by user
This commit is contained in:
parent
2d909bc905
commit
1cbc1d1113
1 changed files with 3 additions and 0 deletions
|
|
@ -947,6 +947,9 @@ $(document).ready(function () {
|
||||||
// Update geographic_cases
|
// Update geographic_cases
|
||||||
geographic_cases('CHE');
|
geographic_cases('CHE');
|
||||||
|
|
||||||
|
// Handle WHO source message if geographic_cases pre-defined value is modified by user
|
||||||
|
$('#geographic_cases').change(() => $('#source_geographic_cases').hide());
|
||||||
|
|
||||||
// When the document is ready, deal with the fact that we may be here
|
// When the document is ready, deal with the fact that we may be here
|
||||||
// as a result of a forward/back browser action. If that is the case, update
|
// as a result of a forward/back browser action. If that is the case, update
|
||||||
// the visibility of some of our inputs.
|
// the visibility of some of our inputs.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue