From 9757879cf58c957beaa3cf423d836dfcebb2ecf4 Mon Sep 17 00:00:00 2001 From: mb863 Date: Tue, 2 Nov 2010 21:47:38 +0000 Subject: [PATCH] NIHVIVO-556: a few js files were called from the wrong location: html5.js,supersleight.js, and selectivizr.js --- themes/wilma/templates/page-home.ftl | 6 +++--- themes/wilma/templates/page.ftl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/wilma/templates/page-home.ftl b/themes/wilma/templates/page-home.ftl index 394f9d2d..22d0ddfe 100644 --- a/themes/wilma/templates/page-home.ftl +++ b/themes/wilma/templates/page-home.ftl @@ -12,11 +12,11 @@ ${stylesheets.addFromTheme("/css/screen.css")} ${stylesheets.tags} - + ${headScripts.tags} @@ -26,7 +26,7 @@ diff --git a/themes/wilma/templates/page.ftl b/themes/wilma/templates/page.ftl index 27fb1ef8..eab6c0ff 100644 --- a/themes/wilma/templates/page.ftl +++ b/themes/wilma/templates/page.ftl @@ -7,10 +7,10 @@ ${stylesheets.tags} - + ${headScripts.tags} @@ -20,7 +20,7 @@