diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-17 22:56:32 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-17 22:56:32 +0100 |
commit | 20f0391fc5cc5e87f96f838767bed8b4d707928d (patch) | |
tree | a96a11db8d57845ca6b5534453a5a2f9d5c6daa7 /src/main/resources/webapp/jenkins | |
parent | 4e75fdc85ff2a9e04d1820a3a2f8dc62e431295b (diff) | |
download | esper-testing-20f0391fc5cc5e87f96f838767bed8b4d707928d.tar.gz esper-testing-20f0391fc5cc5e87f96f838767bed8b4d707928d.tar.bz2 esper-testing-20f0391fc5cc5e87f96f838767bed8b4d707928d.tar.xz esper-testing-20f0391fc5cc5e87f96f838767bed8b4d707928d.zip |
o Adding "jenkins_users" to the JSON representation of a person.
o Showing the avatar on the person page too.
Diffstat (limited to 'src/main/resources/webapp/jenkins')
-rwxr-xr-x | src/main/resources/webapp/jenkins/index.jspx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/resources/webapp/jenkins/index.jspx b/src/main/resources/webapp/jenkins/index.jspx index 0e8dc22..a26b07d 100755 --- a/src/main/resources/webapp/jenkins/index.jspx +++ b/src/main/resources/webapp/jenkins/index.jspx @@ -5,7 +5,6 @@ <jsp:directive.page contentType="text/html;charset=UTF-8"/> <common:head> - <common:headjs label="JenkinsResources" resource="/apps/jenkinsApp/JenkinsResources.js"/> <common:headjs label="PagingTableService" resource="/apps/core/PagingTableService.js"/> <common:headjs label="jenkinsApp" resource="/apps/jenkinsApp/jenkinsApp.js"/> </common:head> |