Fixed edit button not working the second time

pull/3/head
Davide Bongiovanni 7 years ago
parent 5fdbe9701e
commit 415dc0af20

@ -156,8 +156,10 @@ function save(partID) {
}); });
end_edit(); end_edit();
$('#edit-button').click(function() {
init_edit(partID);
});
} }
function text_filter(string) { function text_filter(string) {

Loading…
Cancel
Save