Skip to content

Commit

Permalink
Merge 3dec9af into feature/validate-external-url
Browse files Browse the repository at this point in the history
  • Loading branch information
salesforce-org-metaci[bot] authored Nov 6, 2020
2 parents 22a2cc5 + 3dec9af commit 2a75ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/PersonalSiteContactInfo.page
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<i class="icon-search"></i></apex:outputLink>
</apex:column>
<apex:column headerValue="{!$Label.labelButtonCancel}" >
<apex:commandLink action="{!cancelShift}" onclick="if (confirm('{!$Label.labelContactInfoCancelMessage}')==false) { return false;}" StyleClass="btn btn-danger" >
<apex:commandLink action="{!cancelShift}" onclick="if (confirm('{!JSENCODE($Label.labelContactInfoCancelMessage)}')==false) { return false;}" StyleClass="btn btn-danger" >
<i class='icon-trash'></i>
<apex:param assignTo="{!hoursId}" name="hoursId" value="{!hr.id}" />
</apex:commandLink>
Expand Down

0 comments on commit 2a75ec4

Please sign in to comment.