Schematic wiki bug fixed

This commit is contained in:
Piotr Mitros
2012-01-28 13:29:49 -05:00
parent 5d257f7d03
commit 81d7be7e45

View File

@@ -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>