fix flickering users
This commit is contained in:
parent
e95372bf01
commit
7f1ba86789
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ $(document).ready(function() {
|
|||
$(tr).find('td').last().removeAttr('style');
|
||||
$(tr).removeAttr('id');
|
||||
$(this).remove();
|
||||
addSelect2($('tr:not(#addMountPoint) .applicableUsers'));
|
||||
addSelect2(tr.find('.applicableUsers'));
|
||||
});
|
||||
|
||||
function suggestMountPoint(defaultMountPoint) {
|
||||
|
|
Loading…
Reference in a new issue