Skip to content

Commit

Permalink
Making sure the details are hidden if the selector is on please select
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Dec 24, 2023
1 parent b0ae278 commit 002a474
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions server/templates/main.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,8 @@
select.options[select.options.length] = new Option(myArray[index], myArray[index]);
}

if (endpointSelector.val() === 'please_select') {
streamFurther.hide();
} else {
streamFurther.show();
}
selectObject.options.selectedIndex = 0;
streamFurther.hide();
},
});
}
Expand Down

0 comments on commit 002a474

Please sign in to comment.