Commit 1924609b by Calen Pennington

Move schematic.js into capa_module js includes

parent 6ea5f6a4
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment