Update headings.
This commit is contained in:
parent
20edacc985
commit
c260d23e7b
|
@ -55,9 +55,9 @@ $(function() {
|
||||||
size_svg();
|
size_svg();
|
||||||
$(window).resize(size_svg);
|
$(window).resize(size_svg);
|
||||||
reset(); // clear all documents and bridges
|
reset(); // clear all documents and bridges
|
||||||
headings = ["FORENOTE TO KINBOTE'S COMMENTARY",
|
headings = ['Forenote by Ted Nelson',
|
||||||
'Canto One',
|
'"Pale Fire" by John Shade'
|
||||||
"CHARLES KINBOTE'S NOTES"];
|
'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