if (allreminders.length) {
allreminders.css("display","none");
//if (document.adminForm.evid.value == 0)
//jQuery('custom_rsvp_remindallrepeats1').prop("checked",true);
}
}
else {
if (allrepeats.length)
{ allrepeats.css("display","block"); // uncomment if you want new events to be tracked by each specific repeat by default //if (document.adminForm.evid.value==0) Query('custom_rsvp_allrepeats0').prop("checked",true); }
if (allinvites.length)
{ allinvites.css("display","block"); // uncomment if you want new events to be tracked by each specific repeat by default //if (document.adminForm.evid.value==0) Query('custom_rsvp_allinvites0').prop("checked",true); }
if (allreminders.length) {
allreminders.css("display","block");
// uncomment if you want new events to be tracked by each specific repeat by default
if (document.adminForm.evid.value==0) jQuery('#custom_rsvp_remindallrepeats2').prop("checked",true);