From b686bc963ffcd362fa4b7b290af8fa05c2afa48e Mon Sep 17 00:00:00 2001 From: mb863 Date: Mon, 24 Jan 2011 21:21:25 +0000 Subject: [PATCH] NIHVIVO-1316: Added jQuery HTML Truncator for for showing "more"/"less" content with core:overview data property --- .../freemarker/body/individual/individual--foaf-person.ftl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index aa423ecf..5bec75e9 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -136,6 +136,8 @@ ${headScripts.add("/js/jquery_plugins/getURLParam.js", "/js/jquery_plugins/jquery.form.js", "/js/tiny_mce/tiny_mce.js", "/js/controls.js", - "/js/toggle.js")} + "/js/toggle.js", + "/js/jquery_plugins/jquery.truncator.js")} -${scripts.add("/js/imageUpload/imageUploadUtils.js")} \ No newline at end of file +${scripts.add("/js/imageUpload/imageUploadUtils.js")} +${scripts.add("/js/individual/individualUtils.js")} \ No newline at end of file