Skip to content

Commit

Permalink
Update main.html
Browse files Browse the repository at this point in the history
  • Loading branch information
csisc authored Apr 1, 2024
1 parent 6d7201f commit dc530f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ <h2 id="h2_2">Seek medical support</h2>
<script type="text/javascript">

el = document.querySelector(".idfield")
const dropDownlg = document.getElementById('language')
dropDownlg.addEventListener('click', function(event) {
const dropDownlg_1 = document.getElementById('language')
dropDownlg_1.addEventListener('click', function(event) {
lg_1 = event.target.value})

$(document).ready(function () {
Expand Down

0 comments on commit dc530f1

Please sign in to comment.