* Fix bug #17400.
This commit is contained in:
@@ -15,5 +15,6 @@ function addItem(obj)
|
||||
|
||||
function deleteItem(obj)
|
||||
{
|
||||
if($('#teamForm .table tbody').children().length < 2) return false;
|
||||
$(obj).closest('tr').remove();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user