Skip to content

Commit

Permalink
Revert "Update index.html"
Browse files Browse the repository at this point in the history
This reverts commit d444ca1.
  • Loading branch information
juyingnan committed Oct 12, 2023
1 parent 17eda33 commit 0e9a007
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,20 @@
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"> </script>

<script>

$(function() {


var people = [];

$.getJSON('./vitessce_configs/vitessce_configs.json', function(data) {
$.each(data.visualizations, function(i, f) {
var link = "<li>" + "<a href=" + f.config + " title=" + f.name + ">" + f.name + "</a>" + "</li>";
$(link).appendTo("#vitesscelist");
});

});

});
</script>
</head>
Expand Down

0 comments on commit 0e9a007

Please sign in to comment.