ADVERTISEMENT

In prime-time address, Biden warns of election-year rhetoric, saying 'it's time to cool it down'

Published Jul 14, 2024 11:44 pm

WASHINGTON (AP) — President Joe Biden warned Sunday of the the risks of political violence in the U.S. after Saturday’s attempted assassination of former President Donald Trump, saying, “It's time to cool it down.”

AP24196663369311.jpg
President Joe Biden speaks from the Roosevelt Room of the White House in Washington, Sunday, July 14, 2024, about the apparent assassination attempt of former President Donald Trump at a campaign rally in Pennsylvania. (AP Photo/Susan Walsh)

Biden delivered short afternoon remarks from the White House after receiving a briefing on the investigation in the Situation Room. He called for the country to “unite as one nation” and a “thorough and swift" review and asked the public not to “make assumptions” about the shooter's motives or affiliations.

The president said he has also directed the U.S. Secret Service to review all security measures for the Republican National Convention, which begins Monday in Milwaukee. Hours later, Audrey Gibson-Cicchino, the Secret Service’s coordinator for the convention, said the weekend attack against Trump did not prompt any changes to the agency's security plan for the event and that officials “are fully prepared.”

In his remarks, Biden called the attack on Trump “not who we are as a nation.”

"It’s not American. And we cannot allow this to happen," he said. “Unity is the most elusive goal of all, but nothing is more important than that right now."

Biden planned to deliver extended remarks to the nation Sunday evening in an address from the Oval Office. His campaign said the president would touch on “the need for every American to come together to not just condemn, but put to an end to political violence in this country.”

In the meantime, the president said he and first lady Jill Biden were praying for the family of Corey Comperatore, a former fire chief who was shot and killed during the Trump rally Saturday night in Butler, Pennsylvania.

“He was protecting his family from the bullets," Biden said. "God love him.”

The president also said he'd had a “short but good conversation” with Trump in the hours after the shootings and that he was “sincerely grateful” that the former president is “doing well and recovering.”

Trump, who has called for national resilience since the shooting, posted on his social media account after Biden's remarks, “UNITE AMERICA!”

Actually achieving unity will be far more challenging, especially in the midst of a bitter presidential campaign. Biden's team is grappling with how to calibrate the path forward after the weekend attack on the very person he is trying to defeat in November's election.

Biden, who has set out to brand Trump as a dire threat to democracy and the nation’s very founding principles, put a temporary pause on such political messaging. Shortly after Saturday night's attack, Biden’s reelection campaign froze “all outbound communications” and was working to pull down its television ads.

The president also postponed a planned trip to Texas on Monday, where he was to speak on the 60th anniversary of the Civil Rights Act at the Lyndon B. Johnson presidential library. An NBC News interview between Biden and anchor Lester Holt will now occur at the White House, instead of in Texas, as initially planned.

Biden's campaign said that, after the NBC interview airs on Monday night, it and the Democratic National Committee “will continue drawing the contrast” with Trump over the course of the GOP convention — even though it remains unclear when ads would resume.

Biden also still plans to make a planned trip to Las Vegas, which will include a campaign event on Wednesday. Vice President Kamala Harris nonetheless postponed her planned campaign trip to Florida on Tuesday, where she had been set to meet with Republican women voters.

Trump, meanwhile, announced that he was moving up plans to go to Milwaukee and the Republican convention, where criticism of Biden and the Democrats is sure to be searing.

The weekend developments were only the latest upheaval in a campaign that has been extraordinarily topsy-turvy in recent weeks.

Biden’s shaky debate performance on June 27 so spooked his own party that some top surrogates and donors turned on him, and nearly 20 Democratic members of Congress called on the president to leave the race the bullseye.”

A person familiar with those remarks said the president was trying to make the point that Trump had gotten away with a light public schedule after last month's debate while the president himself faced intense scrutiny. The person spoke on the condition of anonymity to more freely discuss private conversations.

In the donor call, Biden said: “I have one job and that’s to beat Donald Trump ... I’m absolutely certain I’m the best person to be able to do that."

He continued: “So, we’re done talking about the debate. It’s time to put Trump in the bullseye. He’s gotten away with doing nothing for the last 10 days except ride around in his golf cart, bragging about scores he didn’t score … Anyway I won’t get into his golf game.”

Related Tags

WORLDNEWS
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.