Skip to content
Snippets Groups Projects
Commit 7780e37f authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

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

parent b2c58bf5
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment