diff --git a/static/script.js b/static/script.js index 285e25c..5e14db5 100644 --- a/static/script.js +++ b/static/script.js @@ -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(); diff --git a/static/style.css b/static/style.css index 797fed6..948ad74 100644 --- a/static/style.css +++ b/static/style.css @@ -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;