Commit ab0055c2 by Calen Pennington

Add update_schematic to window in schematic.js

parent 1fce1dbe
...@@ -52,6 +52,7 @@ function update_schematics() { ...@@ -52,6 +52,7 @@ function update_schematics() {
schematics[i].setAttribute("loaded","true"); schematics[i].setAttribute("loaded","true");
} }
} }
window.update_schematics = update_schematics;
// add ourselves to the tasks that get performed when window is loaded // add ourselves to the tasks that get performed when window is loaded
function add_schematic_handler(other_onload) { function add_schematic_handler(other_onload) {
......
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