From 270b9ef984fb33cc6268880225b4c7efcab24a6f Mon Sep 17 00:00:00 2001 From: jeb228 Date: Thu, 20 Jan 2011 15:51:07 +0000 Subject: [PATCH] Use correct capitalization in the call to add "getURLParam.js" --- .../freemarker/body/individual/individual--foaf-person.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index 7b5e191c..be8d4ca7 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -150,7 +150,7 @@ ${stylesheets.add("/css/individual/individual.css")} <#-- RY Figure out which of these scripts really need to go into the head, and which are needed at all (e.g., tinyMCE??) --> -${headScripts.add("/js/jquery_plugins/getUrlParam.js", +${headScripts.add("/js/jquery_plugins/getURLParam.js", "/js/jquery_plugins/colorAnimations.js", "/js/jquery_plugins/jquery.form.js", "/js/tiny_mce/tiny_mce.js",