]> source.dussan.org Git - nextcloud-server.git/commitdiff
run functionality checks also when host field changes
authorArthur Schiwon <blizzz@owncloud.com>
Thu, 9 Apr 2015 10:36:53 +0000 (12:36 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Thu, 9 Apr 2015 10:36:53 +0000 (12:36 +0200)
apps/user_ldap/js/wizard/view.js

index 8eb10c58017efba7f10f39c4ca23afd598709307..96f700f8f1a2353d6d29c4cd095c13c3399fdc69 100644 (file)
@@ -124,7 +124,7 @@ OCA = OCA || {};
                                'ldap_base', 'ldap_userlist_filter', 'ldap_login_filter'
                        ];
                        for(var key in changeSet) {
-                               if($.inArray(key, testTriggers)) {
+                               if($.inArray(key, testTriggers) >= 0) {
                                        this.functionalityCheck();
                                        return;
                                }