Skip to content

Commit

Permalink
Minor UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemSempere committed Jan 8, 2025
1 parent e2b06b1 commit 1d7228b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ https://doi.org/10.1093/gigascience/giz051</pre>
referenceset = $(this).val();
if (referenceset == "" || !loadProjects(referenceset)) {
$("div.alert").hide();
$("div.alert-info").hide();
$("div#searchPanel").fadeOut();
$("div#welcome").fadeIn();
return;
Expand Down

0 comments on commit 1d7228b

Please sign in to comment.