Event
Traveling with a Medically Complex Child
June 15, 2022 8:00 pm
Video Recap
The Panelists
Rebecca R Oakley, FNP-C, APRN, Executive Director Brades' Place
View Bio
Elizabeth Schuster
View Bio
Irene Jakubiak
View Bio
Candace Baier
View Bio
Made possible by a grant from:
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">