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

This commit is contained in:
Arthur Schiwon 2012-08-09 21:42:35 +02:00
parent b2c58bf5a6
commit 7780e37f38
1 changed files with 0 additions and 1 deletions

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'