I just…. don’t ask.
This commit is contained in:
snipe 2020-08-03 12:35:34 -07:00
parent 6a089f86f8
commit 4e0a9c7a94
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -409,7 +409,7 @@
}
$('#ldapad_test_results').html(errorIcon + errorMessage);
} else {
$('#ldapad_test_results').html('farts');
$('#ldapad_test_results').html('Something went wrong :( ');
// $('#ldapad_test_results').html(errorIcon + data.responseText.message);
}
}