[Pkg-owncloud-commits] [owncloud] 32/49: some equals are more equal than other equals
David Prévot
taffit at moszumanska.debian.org
Thu Dec 5 16:02:55 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 6640e120b7a65723fefb1c5b2ce33fa7da94b2e4
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Tue Dec 3 20:45:05 2013 +0100
some equals are more equal than other equals
---
apps/user_ldap/js/settings.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/user_ldap/js/settings.js b/apps/user_ldap/js/settings.js
index 9e9a8e5..384f1e0 100644
--- a/apps/user_ldap/js/settings.js
+++ b/apps/user_ldap/js/settings.js
@@ -444,7 +444,7 @@ var LdapWizard = {
//enable only when raw filter editing is not turned on
$('#'+multisel).multiselect('enable');
}
- if(type == 'Users') {
+ if(type === 'Users') {
//required for initial save
filter = $('#ldap_userlist_filter').val();
if(!filter) {
@@ -486,7 +486,7 @@ var LdapWizard = {
LdapWizard.hideSpinner('#'+multisel);
LdapWizard.applyChanges(result);
$('#'+multisel).multiselect('refresh');
- if(type == 'User') {
+ if(type === 'User') {
//required for initial save
filter = $('#ldap_userlist_filter').val();
if(!filter) {
--
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