Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
Remove harcoded test on startpage
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiensaquet committed Feb 1, 2016
1 parent eda5764 commit a3d10fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/Welcome.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<!-- Main Content -->
<div id="imj_welcomeInfoWrapper" class="imj_welcomeInfo" style="#{Configuration.startPageCarouselEnabled? '' : 'width: 98%'}">
<!-- HTML Snippet defined in the configuration -->
<ui:fragment rendered="#{Configuration.getStartPageHTML(SessionBean.locale) != ''}">sdssd
<ui:fragment rendered="#{Configuration.getStartPageHTML(SessionBean.locale) != ''}">
<h:outputText value="#{Configuration.getStartPageHTML(SessionBean.locale)}" escape="false"/>
</ui:fragment>
<!-- Default Startpage content (if configuration is emtpy) -->
Expand Down

0 comments on commit a3d10fe

Please sign in to comment.