Fixed delete button

pull/3/head
assar 7 years ago
parent 13ff3d6b95
commit d5cf5d34f9

@ -207,7 +207,7 @@ function show_part_info(partID) {
$('#edit-button').click(function() {
init_edit(partID);
});
$('#edit-button').click(function() {
$('#delete-button').click(function() {
delete_entry(partID);
});
overlay_in();

@ -276,7 +276,7 @@ div label input {
.round-button-left {
position: absolute;
bottom: 15pt;
right: : 70pt;
right: 70pt;
width: 40pt;
height: 32pt;
border-radius: 20pt;

Loading…
Cancel
Save