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

Commit 03090da

Browse files
committed
Merge pull request #8 from mmoldavan/master
Remove the duplicate bookfuncs.js script tag in built page's head
2 parents 7f4bee9 + d42ab96 commit 03090da

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
app.add_javascript('datafile.js')

0 commit comments

Comments
 (0)