Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
bf084656
Commit
bf084656
authored
Jun 05, 2018
by
Piotr Gawron
Browse files
by default terms of use are turned off
parent
fe359ca1
Changes
2
Hide whitespace changes
Inline
Side-by-side
model/src/main/java/lcsb/mapviewer/model/user/ConfigurationElementType.java
View file @
bf084656
...
...
@@ -166,9 +166,9 @@ public enum ConfigurationElementType {
""
,
ConfigurationElementEditType
.
STRING
,
false
),
/**
*
File where legend 4/4 is stored
.
*
Terms of use
.
*/
TERMS_OF_USE
(
"Terms of
u
se file"
,
"
resources/other/terms_of_use.pdf
"
,
ConfigurationElementEditType
.
URL
,
false
),
TERMS_OF_USE
(
"
URL of platform
Terms of
U
se file"
,
""
,
ConfigurationElementEditType
.
URL
,
false
),
;
...
...
web/src/main/webapp/resources/other/terms_of_use.pdf
deleted
100644 → 0
View file @
fe359ca1
File deleted
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment