From c260d23e7b1a2cd8fdcdb49621746717999fd449 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 8 Dec 2018 17:23:49 +0000 Subject: [PATCH] Update headings. --- sourcing/templates/view/xanaflight.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sourcing/templates/view/xanaflight.html b/sourcing/templates/view/xanaflight.html index 14042e1..0bac63a 100644 --- a/sourcing/templates/view/xanaflight.html +++ b/sourcing/templates/view/xanaflight.html @@ -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]); });