Skip to content

Commit

Permalink
AJAX POST Request error correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Kumar-laxmi committed Feb 9, 2024
1 parent da136f0 commit 0b8b566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/elements/Scripts/volumeUpdate.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"coarctation_of_the_aorta","hypertrophic_cardiomyopathy","patent_ductus_arteriosus","atrial_septal_defect","ventricular_septal_defect","acute_myocardial_infarction","congestive_heart_failure","systemic_hypertension","acute_pericarditis","dilated_cardiomyopathy","pulmonary_hypertension","tetralogy_of_fallot","ventricular_aneurysm","ebstein_anomaly",
];

heartSoundIdentifiers.forEach(function (identifier) {
heartSounds.forEach(function (identifier) {
$('#' + identifier + '_sound_mitral_valve_range').on('input', function () {
// Get the current value of the range input
var rangeValue = $(this).val();
Expand Down

0 comments on commit 0b8b566

Please sign in to comment.