From ef643dfcfea03b38693554bff8b2e31bb3a0f749 Mon Sep 17 00:00:00 2001 From: Jim Blake Date: Fri, 5 Jan 2018 11:34:17 -0500 Subject: [PATCH] Remove hard-coded fake "version" parameters on script requests. These were inserted in order to defeat the user's browser cache one time. They had outlived their usefulness even prior to VIVO-1405. --- .../body/individual/individual--foaf-person-2column.ftl | 2 +- .../templates/freemarker/page/partials/geoFocusMapScripts.ftl | 4 ++-- .../webapp/themes/tenderfoot/templates/page/page-home.ftl | 2 +- webapp/src/main/webapp/themes/wilma/templates/page-home.ftl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/src/main/webapp/templates/freemarker/body/individual/individual--foaf-person-2column.ftl b/webapp/src/main/webapp/templates/freemarker/body/individual/individual--foaf-person-2column.ftl index 0cff8120..462b0d29 100644 --- a/webapp/src/main/webapp/templates/freemarker/body/individual/individual--foaf-person-2column.ftl +++ b/webapp/src/main/webapp/templates/freemarker/body/individual/individual--foaf-person-2column.ftl @@ -201,7 +201,7 @@ ${headScripts.add('', '', '', - '', + '', '', '', '', diff --git a/webapp/src/main/webapp/templates/freemarker/page/partials/geoFocusMapScripts.ftl b/webapp/src/main/webapp/templates/freemarker/page/partials/geoFocusMapScripts.ftl index ce8bed22..de3b9224 100644 --- a/webapp/src/main/webapp/templates/freemarker/page/partials/geoFocusMapScripts.ftl +++ b/webapp/src/main/webapp/templates/freemarker/page/partials/geoFocusMapScripts.ftl @@ -8,5 +8,5 @@ - - + + diff --git a/webapp/src/main/webapp/themes/tenderfoot/templates/page/page-home.ftl b/webapp/src/main/webapp/themes/tenderfoot/templates/page/page-home.ftl index 5b8e920b..f99c886c 100644 --- a/webapp/src/main/webapp/themes/tenderfoot/templates/page/page-home.ftl +++ b/webapp/src/main/webapp/themes/tenderfoot/templates/page/page-home.ftl @@ -21,7 +21,7 @@ <#if geoFocusMapsEnabled > <#include "geoFocusMapScripts.ftl"> - + diff --git a/webapp/src/main/webapp/themes/wilma/templates/page-home.ftl b/webapp/src/main/webapp/themes/wilma/templates/page-home.ftl index 74e2aa36..de94554e 100644 --- a/webapp/src/main/webapp/themes/wilma/templates/page-home.ftl +++ b/webapp/src/main/webapp/themes/wilma/templates/page-home.ftl @@ -21,7 +21,7 @@ <#if geoFocusMapsEnabled > <#include "geoFocusMapScripts.ftl"> - +