Commit 81d7be7e by Piotr Mitros

Schematic wiki bug fixed

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