Click to show bridges.

This commit is contained in:
Edward Betts 2018-12-06 18:18:25 +00:00
parent 6b86da3b51
commit 1cf4276081
2 changed files with 30 additions and 37 deletions

View file

@ -57,8 +57,9 @@ $(function() {
reset(); // clear all documents and bridges
docs.forEach((doc, index) => {
fulfil(doc, index, docs.length);
create_bridges(link_count);
});
create_bridges(link_count);
add_handlers();
update();
});
</script>