You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+5-54Lines changed: 5 additions & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@
55
55
<scriptsrc="js/interact.js"></script>
56
56
<scriptsrc="js/utils.js"></script>
57
57
<scriptsrc="js/minimap.js"></script>
58
+
<scriptsrc="js/wordcollapser.js"></script>
58
59
59
60
<scripttype="text/javascript">
60
61
/* a lot of these global vars should be wrapped eventually */
@@ -69,7 +70,6 @@
69
70
70
71
vartexts=setupTexts(draw);//creates an associate array of whatever text you want to use. Currently using 'texts.wordText' and 'texts.linkText', and using style, maxHeight, and descent to layout text
0 commit comments