Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit d42ab96

Browse files
author
Matt Moldavan
committed
removed the duplicate script add of bookfuncs.js - it was being put into every built page's <head> twice
1 parent 0474325 commit d42ab96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runestone/datafile/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
def setup(app):
2525
app.add_directive('datafile',DataFile)
26-
app.add_javascript('bookfuncs.js')
2726
app.add_javascript('skulpt.min.js')
2827
app.add_javascript('skulpt-stdlib.js')
2928

0 commit comments

Comments
 (0)