Browse Source

LDAP: don't give Test Connection button red background on fail, it is becoming unreadable

tags/v4.5.0beta1
Arthur Schiwon 12 years ago
parent
commit
7780e37f38
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      apps/user_ldap/js/settings.js

+ 0
- 1
apps/user_ldap/js/settings.js View File

@@ -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'

Loading…
Cancel
Save