diff --git a/model/src/main/java/lcsb/mapviewer/model/user/ConfigurationElementType.java b/model/src/main/java/lcsb/mapviewer/model/user/ConfigurationElementType.java index 7937c6f9a5dfb0b05b81c2b7e55250ca9fa9b9fe..f7cda1ea4b9eefd56338503c94fec69031b529a6 100644 --- a/model/src/main/java/lcsb/mapviewer/model/user/ConfigurationElementType.java +++ b/model/src/main/java/lcsb/mapviewer/model/user/ConfigurationElementType.java @@ -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 use file", "resources/other/terms_of_use.pdf", ConfigurationElementEditType.URL, false), + TERMS_OF_USE("URL of platform Terms of Use file", "", ConfigurationElementEditType.URL, false), ; diff --git a/web/src/main/webapp/resources/other/terms_of_use.pdf b/web/src/main/webapp/resources/other/terms_of_use.pdf deleted file mode 100644 index 21f7fb0abbde215ce1391ed614874e4060bcb94c..0000000000000000000000000000000000000000 Binary files a/web/src/main/webapp/resources/other/terms_of_use.pdf and /dev/null differ