Skip to content

Commit

Permalink
Update software-catalog.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsej108 authored Aug 29, 2024
1 parent da086df commit fe1f25e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/static/tabler/software-catalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
</style>
<script>
function searchCatalog(e){
function searchCatalog(e){
//console.log($('#inputCatalogSearch').val());
//if(e.code == 'Enter'){
if(e.keyCode == 13){
Expand Down Expand Up @@ -366,4 +366,4 @@ <h5 class="modal-title" id="workflowExecModalTitle">{{workflowName}}</h5>

</script>
</body>
</html>
</html>

0 comments on commit fe1f25e

Please sign in to comment.