Xanaflight fixes
This commit is contained in:
parent
ea1800c18e
commit
d5c599c160
5 changed files with 29 additions and 91 deletions
|
|
@ -55,7 +55,7 @@ $(function() {
|
|||
$(window).resize(size_svg);
|
||||
reset(); // clear all documents and bridges
|
||||
docs.forEach((doc, index) => {
|
||||
fulfil(doc, index, docs.length);
|
||||
fulfil(doc, index, docs.length, {{ link_count | tojson }});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue