Thank you { FIRST NAME }

{ MSG GOES HERE }

Return to homepage
$( "[schedule-modal]" ).on( "click", function () { $('body').addClass('schedule-modal-active'); }); $( "[data-schedule-modal]" ).on( "click", function () { $('body').addClass('schedule-modal-active'); }); $(".modal-background").on( "click", function () { $('body').removeClass('schedule-modal-active'); }); }); #}