An Error Occurred

We're sorry, but something went wrong.

Please contact support for further assistance.

E:\node\calendar\views\detail.pug:8 6| $(document).ready(function() { 7| if(typeof("#{JSON.stringify(eDetail)}") != 'undefined'){ > 8| var desc = "#{JSON.stringify(eDetail[0]["description"])}".replace(/(\r\n|\n|\r)/gm,""); 9| var test = "#{JSON.stringify(eDetail[0]["description"])}"; 10| 11| $("p.event-contactemail").after('<span class="bold">Contact Email :</span> <span><a href="mailto:#{eDetail[0]["contactemail"]}">#{eDetail[0]["contactemail"]}</a></span>'); Cannot read properties of undefined (reading 'description')