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