Update headings.
This commit is contained in:
parent
c260d23e7b
commit
6f6f7d3e77
|
@ -56,7 +56,7 @@ $(function() {
|
||||||
$(window).resize(size_svg);
|
$(window).resize(size_svg);
|
||||||
reset(); // clear all documents and bridges
|
reset(); // clear all documents and bridges
|
||||||
headings = ['Forenote by Ted Nelson',
|
headings = ['Forenote by Ted Nelson',
|
||||||
'"Pale Fire" by John Shade'
|
'"Pale Fire" by John Shade',
|
||||||
'Notes by Charles Kinbote'];
|
'Notes by Charles Kinbote'];
|
||||||
docs.forEach((doc, index) => {
|
docs.forEach((doc, index) => {
|
||||||
fulfil(doc, index, docs.length, headings[index]);
|
fulfil(doc, index, docs.length, headings[index]);
|
||||||
|
|
Loading…
Reference in a new issue