ADVERTISEMENT

Durant undergoes surgery for ruptured Achilles

Published Jun 13, 2019 12:00 am
OAKLAND, Calif. (AP) — Kevin Durant confirmed what everyone most feared: He underwent surgery for a ruptured right Achilles tendon. Durant posted on social media Wednesday the severity of his injury two days after getting hurt during Game 5 of the NBA Finals in Toronto in his return from a strained right calf that sidelined him a month. The 30-year-old posted a photo on Instagram showing himself in a hospital bed and wrote: "I wanted to update you all: I did rupture my Achilles. Surgery was today and it was a success, EASY MONEY."
Just 15 minutes before Durant went public, Warriors coach Steve Kerr said during a finals media availability that he didn't yet have a formal update on Durant. Durant has made his own announcements before, such as writing on The Players' Tribune website about his decision to leave Oklahoma City to join Golden State in July 2016. The Warriors said later Wednesday that Durant had the surgery at the Hospital for Special Surgery in New York, performed by Dr. Martin O'Malley. Kerr said everyone in the organization is "devastated," including Dr. Rick Celebrini, the team's director of medicine and performance. The Warriors made a "collaborative" decision to clear Durant to play — with the input of Durant and his representative — and had no idea that Durant risked a serious Achilles injury by returning from a strained calf, Kerr said. "Now, would we go back and do it over again? Damn right," he said. "But that's easy to say after the results. When we gathered all the information, our feeling was the worst thing that could happen would be a re-injure of the calf. That was the advice and the information that we had. At that point, once Kevin was cleared to play, he was comfortable with that, we were comfortable with that. So the Achilles came as a complete shock. I don't know what else to add to that, other than had we known that this was a possibility, that this was even in the realm of possibility, there's no way we ever would have allowed Kevin to come back." After the game Monday, a teary, emotional general manager Bob Myers asked anyone who was looking to place blame to do so on him — not Durant, the medical staff or athletic trainers who worked so tirelessly to get him back. Kevin Durant #35 of the Golden State Warriors reacts after sustaining an injury during the second quarter against the Toronto Raptors  (Photo by Gregory Shamus / GETTY IMAGES NORTH AMERICA / AFP) Kevin Durant #35 of the Golden State Warriors reacts after sustaining an injury during the second quarter against the Toronto Raptors (Photo by Gregory Shamus / GETTY IMAGES NORTH AMERICA / AFP) Kerr said he also understands people wanting to point blame somewhere, though he noted, "Kevin checked all the boxes, and he was cleared to play by everybody involved," including doctors from within the organization and from the outside. "I completely understand the world we live in. As Bob mentioned the other night, there's going to be blame. There's going to be finger-pointing. We understand that and we accept that. This is kind of what you sign up for when you get into coaching, general management, in the NBA," Kerr said. "There's all kinds of coverage, judgment, criticism, and it's all part of it. So we accept that. The main thing is our concern for Kevin and these last couple of days just checking on him. Obviously, everybody feels horrible for what happened." The two-time reigning NBA Finals MVP was injured Monday night in the second quarter of Golden State's 106-105 victory that forced a Game 6 at Oracle Arena on Thursday. The Raptors lead the best-of-seven series 3-2. Durant initially was injured May 8 in Game 5 of the Western Conference semifinals against the Rockets, then missed the next nine games. A pending free agent, it's unclear what might be next for Durant now that he is set for a long rehab and recovery. Teammate DeMarcus Cousins returned in January nearly a year after rupturing his left Achilles tendon and undergoing surgery last season while with New Orleans. Stephen Curry can only imagine how much Durant is hurting emotionally not being able to play — but second-guessing benefits nobody at this stage, the two-time MVP said. "Everybody has great 20/20 hindsight," Curry said, then added: "I trust our medical staff and know Bob Myers has our best interests in terms of not just what we can do in this series, but long term in our overall health. You see how hard he took it, talking to you guys after the game. And that's really genuine and authentic. So you can waste time talking about the what-ifs and this and that. Injuries are tough and they suck. They're a part of our game, and they're going to continue to be a part of our game. But everybody putting their collective brains together to make the sound, smart decisions, you kind of just live with that, because that's what's a part of our game."
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; } }

{{ static_articles_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.