Schematic wiki bug fixed
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user