diff --git a/common/lib/xmodule/xmodule/js/src/capa/schematic.js b/common/lib/xmodule/xmodule/js/src/capa/schematic.js index a92bca65cd..56c4bc8195 100644 --- a/common/lib/xmodule/xmodule/js/src/capa/schematic.js +++ b/common/lib/xmodule/xmodule/js/src/capa/schematic.js @@ -52,6 +52,7 @@ function update_schematics() { schematics[i].setAttribute("loaded","true"); } } +window.update_schematics = update_schematics; // add ourselves to the tasks that get performed when window is loaded function add_schematic_handler(other_onload) {