Skip to content

Commit

Permalink
fix flickering users
Browse files Browse the repository at this point in the history
  • Loading branch information
butonic committed Oct 13, 2014
1 parent abc2aad commit 2107915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_external/js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,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) {
Expand Down

0 comments on commit 2107915

Please sign in to comment.