[Pkg-owncloud-commits] [owncloud] 17/34: fix flickering users
David Prévot
taffit at moszumanska.debian.org
Thu Nov 13 19:37:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v6.0.6
in repository owncloud.
commit 2107915073647ce88cc70115fc24683213acc850
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 50ca282..07a29a3 100644
--- a/apps/files_external/js/settings.js
+++ b/apps/files_external/js/settings.js
@@ -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) {
--
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