Skip to content

Commit

Permalink
fix: [website] module select
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCruciani committed Feb 23, 2024
1 parent 5a27f3d commit 10cf1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/app/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h4>[[module.name]]</h4>
}

let loc_modules = undefined
if(!$("#modules_select").val()){
if($("#modules_select").val().length){
loc_modules = $("#modules_select").val()
}

Expand Down

0 comments on commit 10cf1e4

Please sign in to comment.