Skip to content
Snippets Groups Projects
Commit e812f98e authored by Henrik tom Wörden's avatar Henrik tom Wörden Committed by Alexander Schlemmer
Browse files

MAINT: changing comments

parent f6384276
Branches
Tags
No related merge requests found
......@@ -39,8 +39,8 @@
The default configuration is defined in
`build.properties.d/00_default.properties`.
This file defines default variables which will be replaced in the source files
during the build.
This file defines default variables which can be used in source files and
will be replaced with the defined values during the build.
All files in that directory will be sourced during `make install` and `make test`.
Thus any customized configuration can also be added to that folder by just placing
......
......@@ -63,7 +63,7 @@ BUILD_FAVICON=pics/caosdb_logo_42.png
##############################################################################
# Link to the data policy statement document.
BUILD_FOOTER_DATA_POLICY_HREF=https://indiscale.com/?page_id=156
BUILD_FOOTER_DATA_POLICY_HREF=https://missing-domain.com/missing-page
# Custom footer elements can be placed here (will be placed inside a <div>
# element).
......
......@@ -93,7 +93,7 @@ var fileupload = new function() {
formData.append("FileRepresentation", request);
// add the success and error handlers which put the
// add the success and error handlers
xhr.addEventListener("load", success_handler);
xhr.addEventListener("error", error_handler);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment