From b04a9a65ac3056cf5d74b63676244d1557ccbe39 Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Fri, 13 Dec 2013 12:11:17 +0100 Subject: [PATCH] Do not provide an nonexistent PDF URL by default - better empty And modules that use it should (they do) manage the case of an empty URL. See also following issue for GeoNetwork submodule: https://github.com/georchestra/geonetwork/issues/13 --- extractorapp/src/main/webapp/app/js/GEOR_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractorapp/src/main/webapp/app/js/GEOR_config.js b/extractorapp/src/main/webapp/app/js/GEOR_config.js index 33731d66..f8b10849 100644 --- a/extractorapp/src/main/webapp/app/js/GEOR_config.js +++ b/extractorapp/src/main/webapp/app/js/GEOR_config.js @@ -215,7 +215,7 @@ GEOR.config = (function() { * */ PDF_URL: getCustomParameter("PDF_URL", - "/header/cgu.pdf"), + ""), /***** Beginning of config options which can be overriden by GEOR.custom *****/