Skip to content
Snippets Groups Projects
Commit dae4f8a2 authored by William Enright's avatar William Enright Committed by Adrien Béraud
Browse files

fixed Derby setup calling removed function

Change-Id: I55744a5d67c699b2d0ef231657ae285ea8d3f89c
parent 141e5f9c
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,8 @@ $("#HSQL-form").submit(function (event) {
authSource['type'] = 'LOCAL';
authSource['localAuthSettings'] = settings;
var data = authSource;
// post request
postParameters(data);
ajaxApiCall(api_path_post_install_auth,'POST',authSource,null, handleAuthInstall);
});
// LDAP
......
......@@ -74,11 +74,6 @@ function setParametersData(form) {
data['signingAlgorithm'] = "SHA512WITHRSA";
// send parameters via POST request
postParameters(data)
}
// send AJAX request
function postParameters(data) {
ajaxApiCall(api_path_post_install_server,'POST',data,null,callback);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment