Merge branch 'sprint/devops16' into 'sprint/devops16_wangyidong_45438'

# Conflicts:
#   module/gitlab/js/managegroupmembers.js
This commit is contained in:
李玉春
2021-12-10 00:24:19 +00:00
4 changed files with 4 additions and 10 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ function addItem(obj)
*/
function deleteItem(obj)
{
if($('#teamForm .table tbody').children().length < 2) return false;
if($('#teamForm .table-form tbody').children().length < 2) return false;
$(obj).closest('tr').remove();
}
+2 -2
View File
@@ -41,6 +41,6 @@ function addItem(obj)
*/
function deleteItem(obj)
{
if($('#teamForm .table tbody').children().length < 2) return false;
if($('#teamForm .table-form tbody').children().length < 2) return false;
$(obj).closest('tr').remove();
}
}