summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-08-09 21:42:35 +0200
committerArthur Schiwon <blizzz@owncloud.com>2012-08-09 21:42:35 +0200
commit7780e37f380277237b31160ae9bbcb41528c6835 (patch)
treecc37efa9c824e893e0d138145772f529ec1bdeb1 /apps
parentb2c58bf5a66217ecba51331b34add22a2652d02a (diff)
downloadnextcloud-server-7780e37f380277237b31160ae9bbcb41528c6835.tar.gz
nextcloud-server-7780e37f380277237b31160ae9bbcb41528c6835.zip
LDAP: don't give Test Connection button red background on fail, it is becoming unreadable
Diffstat (limited to 'apps')
-rw-r--r--apps/user_ldap/js/settings.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/js/settings.js b/apps/user_ldap/js/settings.js
index 4e5923406ea..7063eead96a 100644
--- a/apps/user_ldap/js/settings.js
+++ b/apps/user_ldap/js/settings.js
@@ -13,7 +13,6 @@ $(document).ready(function() {
'Connection test succeeded'
);
} else {
- $('#ldap_action_test_connection').css('background-color', 'red');
OC.dialogs.alert(
result.message,
'Connection test failed'