* Finish task #41697.
This commit is contained in:
@@ -42,6 +42,7 @@ function addItem(obj)
|
||||
|
||||
function deleteItem(obj)
|
||||
{
|
||||
if($('.table').find('.addedItem').length <= 1) return;
|
||||
$(obj).closest('tr').remove();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user