Commit 81d7be7e by Piotr Mitros

Schematic wiki bug fixed

parent 5d257f7d
......@@ -54,7 +54,7 @@
id = $(this).attr("id");
name = id.substring(17);
//alert(name);
$("#"+id).load("/edit_circuit/"+name);
$("#"+id).load("/edit_circuit/"+name, function(){update_schematics();});
f=this;
});
......@@ -65,7 +65,7 @@
$(this).parent().toggleClass("active");
});
update_schematics();});
});
</script>
......
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