diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-12-28 13:13:14 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-12-28 13:13:14 +0100 |
commit | c9ff3d5495b0229d837fa0ec23486cc7b6b191d0 (patch) | |
tree | b978427f431aa41c59115978c6a017db84b9f2ec /src/main/webapp/person | |
parent | 422b1caeaa9f7d069a9208ecb0d0249485b1a05e (diff) | |
download | esper-testing-c9ff3d5495b0229d837fa0ec23486cc7b6b191d0.tar.gz esper-testing-c9ff3d5495b0229d837fa0ec23486cc7b6b191d0.tar.bz2 esper-testing-c9ff3d5495b0229d837fa0ec23486cc7b6b191d0.tar.xz esper-testing-c9ff3d5495b0229d837fa0ec23486cc7b6b191d0.zip |
o Listing builds on the person view.
Diffstat (limited to 'src/main/webapp/person')
-rw-r--r-- | src/main/webapp/person/person.jspx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/webapp/person/person.jspx b/src/main/webapp/person/person.jspx index 1dea34e..97d9d41 100644 --- a/src/main/webapp/person/person.jspx +++ b/src/main/webapp/person/person.jspx @@ -5,11 +5,11 @@ <jsp:output doctype-root-element="HTML" doctype-system="about:legacy-compat"/> <jsp:directive.page contentType="text/html;charset=UTF-8"/> -<common:head-element> +<common:head> <script>var uuid = '${param.uuid}';</script> - <common:headjs label="PersonService" resource="/apps/core/PersonService.js"/> + <common:headjs label="CoreResources" resource="/apps/core/CoreResources.js"/> <common:headjs label="personApp" resource="/apps/personApp/personApp.js"/> -</common:head-element> +</common:head> <body> |