Update headings.

This commit is contained in:
Edward Betts 2018-12-08 17:23:49 +00:00
parent 20edacc985
commit c260d23e7b

View file

@ -55,9 +55,9 @@ $(function() {
size_svg();
$(window).resize(size_svg);
reset(); // clear all documents and bridges
headings = ["FORENOTE TO KINBOTE'S COMMENTARY",
'Canto One',
"CHARLES KINBOTE'S NOTES"];
headings = ['Forenote by Ted Nelson',
'"Pale Fire" by John Shade'
'Notes by Charles Kinbote'];
docs.forEach((doc, index) => {
fulfil(doc, index, docs.length, headings[index]);
});