force-app/main/default/pages/SearchVisitor.page
@@ -191,6 +191,7 @@ createDiv.style.background = "#dddddd"; createDiv.style.position = "absolute"; parentNode.appendChild(createDiv); parentNode.style.position = "relative"; } } @@ -284,6 +285,7 @@ function Trans(){ AWSService.postAWS(staticResources.transactionUrl,AWSService.confirmTrans, JSON.stringify({ "txId":aws_result.txId, "sfRecordId":"", "isSuccess":1 }), function(result){ window.location.reload();