mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 17:10:45 +02:00
BUGZ-1381 - domain server creates blank/undefined group when adding
groups
This commit is contained in:
parent
7d7024f5eb
commit
434c63b7e3
1 changed files with 7 additions and 7 deletions
|
@ -250,8 +250,7 @@ $(document).ready(function(){
|
|||
|
||||
// set focus to the first input in the new row
|
||||
$target.closest('table').find('tr.inputs input:first').focus();
|
||||
}
|
||||
|
||||
} else {
|
||||
var tableRows = sibling.parent();
|
||||
var tableBody = tableRows.parent();
|
||||
|
||||
|
@ -260,6 +259,7 @@ $(document).ready(function(){
|
|||
tableBody.find("." + Settings.ADD_ROW_BUTTON_CLASS).click();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
} else if ($target.is('input')) {
|
||||
$target.change().blur();
|
||||
|
|
Loading…
Reference in a new issue