fix flickering users

remotes/origin/fix-10825
Jörn Friedrich Dreyer 12 years ago
parent e95372bf01
commit 7f1ba86789
  1. 2
      apps/files_external/js/settings.js

@ -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…
Cancel
Save