Fixed deps + Download button error + Order by
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user