Skip to content

Commit

Permalink
modified home_client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mr1assou committed Jan 29, 2024
1 parent 4a97d4c commit d45e22e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,9 @@ selectOptions2.addEventListener('change', function () {
outputTime2.textContent = selectedOption2.textContent;
inputTime2.value = selectedOption2.value;
});

outputTime2.textContent ="8:00";
inputTime2.value ="8:00";
outputTime.textContent ="8:00";
inputTime.value ="8:00";

0 comments on commit d45e22e

Please sign in to comment.