fix flickering users

This commit is contained in:
Jörn Friedrich Dreyer 2014-10-13 17:49:40 +02:00
parent e95372bf01
commit 7f1ba86789

View file

@ -355,7 +355,7 @@ $(document).ready(function() {
$(tr).find('td').last().removeAttr('style'); $(tr).find('td').last().removeAttr('style');
$(tr).removeAttr('id'); $(tr).removeAttr('id');
$(this).remove(); $(this).remove();
addSelect2($('tr:not(#addMountPoint) .applicableUsers')); addSelect2(tr.find('.applicableUsers'));
}); });
function suggestMountPoint(defaultMountPoint) { function suggestMountPoint(defaultMountPoint) {