June 25: Sixth Anniversary Celebration in Seattle
';
document.querySelector('#copytext').value = textContent;
modal.showModal();
});
// Modal close functionality
const modal = document.querySelector('.republish-modal');
const closeBtn = document.querySelector('.republish-modal-close');
// Close button click
closeBtn.addEventListener('click', function() {
modal.close();
});
// Close on backdrop click
modal.addEventListener('click', function(e) {
if (e.target === modal) {
modal.close();
}
});
// Close on ESC key (this is usually built-in, but adding for safety)
modal.addEventListener('keydown', function(e) {
if (e.key === 'Escape') {
modal.close();
}
});
// Copy text button functionality
document.querySelector('.copy-text-button').addEventListener('click', async function() {
const textarea = document.querySelector('#copytext');
const text = textarea.value;
try {
// Try modern Clipboard API first
if (navigator.clipboard && window.isSecureContext) {
await navigator.clipboard.writeText(text);
this.textContent = 'Copied!';
} else {
// Fallback for older browsers
textarea.select();
document.execCommand('copy');
this.textContent = 'Copied!';
}
// Reset button text after 2 seconds
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
} catch (err) {
console.error('Failed to copy text: ', err);
// Fallback to selection if copying fails
textarea.select();
this.textContent = 'Text selected';
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
}
});
});
Mark your calendars now! Please join us as our guest from 5:30 to 8 p.m. on June 25 for great conversation, wine, beer, hors d'oeuvres and a provocative and timely program: Money, politics and journalism.
Get Your Free Ticket
Money, Politics and Journalism
Moderated by Robert McClure, executive director of InvestigateWest
Edwin Bender Executive Director, FollowTheMoney.org National Institute on Money in State Politics 2015 MacArthur Award for Creative and Effective Institutions
Commissioner Amit Ranade Public Disclosure Commission Partner, Hillis Clark Martin & Peterson P.S. Appointed by Gov. Christine Gregoire in 2011
Event Details
When Thursday, June 25, 2015 5:30 PM TO 8 PM
Where KING 5 Building 333 Dexter Ave N, Seattle
What Wine, Beer and Hors D'Oeuvres Live Music Silent Auction Benefit
Cost Get Your Free Ticket