Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stintipacchio committed Feb 20, 2024
1 parent a36a9fd commit c4d3efe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Interface/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ <h1 class="text-center mb-4">DDRUM</h1>

// Function to show the corresponding form based on the selected dropdown value
function showSelectedForm() {
$(".scrollable-suggestions").css("border", "none");
$('#conditionSuggestions').html('');
$('#drugSuggestions').html('');
// Hide all forms
$(".form-container").hide();
$("#phaseDropdownContainer").hide(); // Hide the phase dropdown container by default
Expand Down

0 comments on commit c4d3efe

Please sign in to comment.