1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-08-12 14:11:31 +02:00

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

Esse commit está contido em:
Arthur Schiwon 2012-08-09 21:42:35 +02:00
commit 7780e37f38

Ver arquivo

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