Join us for an engaging Alertus Power Lunch as we explore best practices for non-emergency mass notification strategies. During this session, we will examine the delicate balance between continuous use and the prevention of notification fatigue in emergency scenarios.
/* Script to enforce expanding text sections. MUST be loaded after jquery (see above) */
$(document).ready(function(){
$('.markdown-block .sqs-block-content h2').css('cursor','pointer');
$(".markdown-block .sqs-block-content h2").nextUntil("h2").slideToggle();
$(".markdown-block .sqs-block-content h2").click(function() {$(this).nextUntil("h2").slideToggle();});
});