Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
e812f98e
Commit
e812f98e
authored
4 years ago
by
Henrik tom Wörden
Committed by
Alexander Schlemmer
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: changing comments
parent
f6384276
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README_SETUP.md
+2
-2
2 additions, 2 deletions
README_SETUP.md
build.properties.d/00_default.properties
+1
-1
1 addition, 1 deletion
build.properties.d/00_default.properties
src/ext/js/fileupload.js
+1
-1
1 addition, 1 deletion
src/ext/js/fileupload.js
with
4 additions
and
4 deletions
README_SETUP.md
+
2
−
2
View file @
e812f98e
...
...
@@ -39,8 +39,8 @@
The default configuration is defined in
`build.properties.d/00_default.properties`
.
This file defines default variables which
will be replac
ed in
the
source files
during the build.
This file defines default variables which
can be us
ed 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
...
...
This diff is collapsed.
Click to expand it.
build.properties.d/00_default.properties
+
1
−
1
View file @
e812f98e
...
...
@@ -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).
...
...
This diff is collapsed.
Click to expand it.
src/ext/js/fileupload.js
+
1
−
1
View file @
e812f98e
...
...
@@ -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
);
});
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment