[Pkg-owncloud-commits] [owncloud] 01/46: fix flickering users
David Prévot
taffit at moszumanska.debian.org
Fri Oct 24 15:11:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 496b68e2ad926b5e28d431727f88c8e7e90f56ef
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Mon Oct 13 17:49:40 2014 +0200
fix flickering users
---
apps/files_external/js/settings.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files_external/js/settings.js b/apps/files_external/js/settings.js
index ebc95d6..3f166f5 100644
--- a/apps/files_external/js/settings.js
+++ b/apps/files_external/js/settings.js
@@ -349,7 +349,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) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list