Skip to content

Commit

Permalink
SOS-1015 Use the XML ?
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Apr 18, 2012
1 parent 3ae3046 commit 26ece4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions portlets/tasks-portlet/docroot/WEB-INF/liferay-portlet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<social-activity-interpreter-class>com.liferay.tasks.social.TasksActivityInterpreter</social-activity-interpreter-class>
<header-portlet-css>/tasks/css/main.css</header-portlet-css>
<header-portlet-javascript>/tasks/js/main.js</header-portlet-javascript>
<footer-portal-javascript>/html/js/liferay/service.js</footer-portal-javascript>
<css-class-wrapper>tasks-portlet</css-class-wrapper>
<add-default-resource>true</add-default-resource>
</portlet>
Expand All @@ -16,6 +17,7 @@
<icon>/tasks/icon.png</icon>
<header-portlet-css>/tasks/css/main.css</header-portlet-css>
<header-portlet-javascript>/tasks/js/main.js</header-portlet-javascript>
<footer-portal-javascript>/html/js/liferay/service.js</footer-portal-javascript>
<css-class-wrapper>upcoming-tasks-portlet</css-class-wrapper>
</portlet>
<role-mapper>
Expand Down
2 changes: 0 additions & 2 deletions portlets/tasks-portlet/docroot/init.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ page import="javax.portlet.WindowState" %>
<liferay-theme:defineObjects />
<%
themeDisplay.setIncludeServiceJs(true);
String currentURL = PortalUtil.getCurrentURL(request);
Group group = themeDisplay.getScopeGroup();
Expand Down

0 comments on commit 26ece4c

Please sign in to comment.