1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-08-12 14:11:31 +02:00

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

Dieser Commit ist enthalten in:
Arthur Schiwon 2012-08-09 21:42:35 +02:00
Ursprung b2c58bf5a6
Commit 7780e37f38

Datei anzeigen

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