Skip to content
Snippets Groups Projects
Commit 1924609b authored by Calen Pennington's avatar Calen Pennington
Browse files

Move schematic.js into capa_module js includes

parent 6ea5f6a4
No related merge requests found
......@@ -72,7 +72,8 @@ class CapaModule(XModule):
icon_class = 'problem'
js = {'coffee': [resource_string(__name__, 'js/src/capa/display.coffee')],
'js': [resource_string(__name__, 'js/src/capa/imageinput.js')]}
'js': [resource_string(__name__, 'js/src/capa/imageinput.js'),
resource_string(__name__, 'js/src/capa/schematic.js')]}
js_module_name = "Problem"
def __init__(self, system, location, definition, instance_state=None, shared_state=None, **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment