Positioning of pages within xanaviewer.
This commit is contained in:
parent
538d90a673
commit
81042734dc
2 changed files with 16 additions and 5 deletions
|
|
@ -54,7 +54,9 @@ $(function() {
|
|||
size_svg();
|
||||
$(window).resize(size_svg);
|
||||
reset(); // clear all documents and bridges
|
||||
docs.forEach(fulfil);
|
||||
docs.forEach((doc, index) => {
|
||||
fulfil(doc, index, docs.length);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue