SHARE
Event
Upcoming: In the Room: Using Social Media: Pros and Perils of Virtual Engagement
May 21, 2026 12:00 pm View Event Details
Submitting registration...
Event Registration Form
Please complete the following form to register for the event.
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;
}">