Skip to content

Commit

Permalink
Do not provide an nonexistent PDF URL by default - better empty
Browse files Browse the repository at this point in the history
And modules that use it should (they do) manage the case of an
empty URL.

See also following issue for GeoNetwork submodule:
georchestra/geonetwork#13
  • Loading branch information
severo committed Dec 13, 2013
1 parent cbe4178 commit b04a9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractorapp/src/main/webapp/app/js/GEOR_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 *****/

Expand Down

0 comments on commit b04a9a6

Please sign in to comment.