SHARE
Contact CPN
Learning from this Network is central to CPN. We want to hear from you—no idea is too small, big, new, or different. Reach out to CPN directly and confidentially to:
- Ask any question about navigating the care experience
- Share what matters most to you
- Suggest new content for CPN
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;
}">