Commit b08ea890 authored by Phil Hughes's avatar Phil Hughes

Fixed row not removing

parent 10d8e1e2
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
}); });
} }
static removeRow(e) { removeRow(e) {
const $target = $(e.target); const $target = $(e.target);
if ($target.hasClass('btn-remove')) { if ($target.hasClass('btn-remove')) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment