From e812f98e576ccc9a31cf03da31501c2b9da184ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Wed, 14 Oct 2020 10:51:11 +0200
Subject: [PATCH] MAINT: changing comments

---
 README_SETUP.md                          | 4 ++--
 build.properties.d/00_default.properties | 2 +-
 src/ext/js/fileupload.js                 | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README_SETUP.md b/README_SETUP.md
index c027fd7d..4706efe2 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -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
diff --git a/build.properties.d/00_default.properties b/build.properties.d/00_default.properties
index 23b1e9ff..a64d39fe 100644
--- a/build.properties.d/00_default.properties
+++ b/build.properties.d/00_default.properties
@@ -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).
diff --git a/src/ext/js/fileupload.js b/src/ext/js/fileupload.js
index fac11efa..e21ccf7f 100644
--- a/src/ext/js/fileupload.js
+++ b/src/ext/js/fileupload.js
@@ -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);
         });
-- 
GitLab