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

Commit ca7486d

Browse files
committed
Fix: Update based on webpack changes.
1 parent 17838a0 commit ca7486d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

runestone/dragndrop/test/drag_and_drop_helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@
4949
}
5050
},
5151
});
52-
})($jqTheme || jQuery);
52+
})(jQuery);

runestone/fitb/fitb.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
get_node_line,
3737
)
3838

39-
from runestone.common.runestonedirective import add_i18n_js
40-
4139

4240
def setup(app):
4341
app.add_directive("fillintheblank", FillInTheBlank)

0 commit comments

Comments
 (0)