Xanaflight fixes

This commit is contained in:
Edward Betts 2018-12-06 16:02:48 +00:00
parent ea1800c18e
commit d5c599c160
5 changed files with 29 additions and 91 deletions

View file

@ -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>