Example: create a meeting series with this name: <div onclick="alert(1);">test</div>
Then delete the meeting series. In the confirmation dialog this code will make the name clickable:
'getContent': function() {
// SafeString allows us to pass html content
return Spacebars.SafeString(Session.get("confirmationDialogContent"));
},
Example: create a meeting series with this name:
<div onclick="alert(1);">test</div>Then delete the meeting series. In the confirmation dialog this code will make the name clickable: