Skip to content

Commit

Permalink
#3132 Fix watermark for personal url
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed May 25, 2016
1 parent 57c5e74 commit 9e408bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/themeAndWidgetsFragment.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
update=":#{p:component('messagePanel')}, personalUrlMessages" oncomplete="if (args && !args.validationFailed) PF('advancedOptions').hide();" actionListener="#{themeWidgetFragment.saveAdvanced()}">
</p:commandButton>
<p:commandButton class="btn btn-default" onclick="PF('advancedOptions').hide();" immediate="true" update=":#{p:component('messagePanel')}" id="advancedDone" value="#{bundle.cancel}">
<p:ajax update="themeWidgetsForm:personalUrl,themeWidgetsForm:personalUrlMessages" resetValues="true" />
<p:ajax update="themeWidgetsForm:advancedOptions" resetValues="true" />
</p:commandButton>
</div>
</div>
Expand Down

0 comments on commit 9e408bf

Please sign in to comment.