91³Ô¹ÏÍø

Watch CBS News

Matt Boldy breaks 3rd-period tie, Wild top Lightning 4-2 to remain unbeaten in regulation

Matt Boldy broke a tie 54 seconds into the third period, and the Minnesota Wild remained unbeaten in regulation, topping the Tampa Bay Lightning 4-2 on Thursday night.

Minnesota improved to 5-0-2. Marc-Andre Fleury made 23 saves for his first victory of the season and the 562nd of his career.

Boldy's power-play goal gave Minnesota a 3-2 lead. Kirill Kaprizov scored twice, the second into an empty net, and Joel Eriksson Ek had a goal.

Brandon Hagel and Nikita Kucherov scored in the second period for Tampa Bay. The Lightning lost for the first time in four home games.

Andrei Vasilevskiy finished with 14 saves in his third loss in a row.

Kaprizov gave the Wild a 1-0 lead at 6:23 of the first period. Tampa Bay rallied on second-period goals 2:36 apart by Hagel and Kucherov. Ek tied it late in the second.

The Wild's streak of not trailing in regulation ended at 391:31 when Kucherov put the Lightning ahead 2-1 It's the second-longest streak from the start of the season in NHL history; the 1969-70 Boston Bruins didn't trail for the first 457:21.

Kucherov leads the NHL with eight goals. He has points in each of the Lightning's first seven games.

Boldy scored 21 seconds after Nick Paul's needless high-sticking penalty gave the Wild their fourth power play.

The Wild have scored first in each of their seven games. They've outscored opponents 8-1 in the first period.

Tampa Bay, which had the NHL's top power play last season, was 0 for 1 on Thursday and is 0 for 8 with the extra man in its four home games.

The Wild continue a seven-game trip Saturday at Philadelphia. The Lightning host Washington on Saturday night.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });