Fixed deps + Download button error + Order by

This commit is contained in:
2025-02-02 11:38:10 +01:00
parent d31d41beef
commit 8a9609d8ff
8 changed files with 36 additions and 12 deletions

View File

@@ -47,12 +47,12 @@ $(document).ready(function() {
if (grew_url == 'unknown') {
$(".grew-link").html("/");
} else {
$(".grew-link").html("<a href=" + grew_url + ">" + grew_link_text + "</a>");
$(".grew-link").html("<a href=" + grew_url + " target='_blank'>" + grew_link_text + "</a>");
}
if (other_examples == 'unknown') {
$(".other-examples").html("/");
} else {
$(".other-examples").html("<a href=" + other_examples + ">" + other_examples_text + "</a>");
$(".other-examples").html("<a href=" + other_examples + " target='_blank'>" + other_examples_text + "</a>");
}
});
$(".close-visualization").click(function() {