”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
The opening stages saw Damian Priest and Erik start the match before R-Truth entered to help his partner gain the advantage. The War Raiders responded with a physical attack, isolating Truth and controlling the pace for several minutes.
The Archer of Infamy shifted the momentum after making the hot tag. He stunned Ivar with a hurricanrana from the top rope before taking the fight to both members of The War Raiders. However, the match soon broke down as all four competitors became involved inside the ring. The referee repeatedly attempted to restore order, but both teams ignored his instructions. After Priest shoved the official while trying to continue the fight, the referee called for the bell, ruling the match a No Contest.
The chaos, however, continued after the decision. R-Truth and Priest brawled with Erik and Ivar around the ringside area, with neither team willing to back down. Truth launched himself from the top of a table onto both members of The War Raiders, while Priest followed up by sending them crashing over the barricade with a clothesline.
The situation took another turn when former MFT members Talla Tonga and Tama Tonga stormed the ring. The duo attacked both teams without warning, leaving the champions laid out. Tama Tonga dropped Erik with the Cut Throat, while Talla Tonga delivered a chokeslam to The Archer of Infamy.
Moments later, WWE legend Haku entered the ring and stood alongside Tama and Talla as the trio posed with both the WWE and AAA Tag Team Championships.
For now, one thing is clear – Tama and Talla Tonga have made their intentions known, and both champion teams have been put on notice.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-major-wwe-smackdown-match-ends-no-contest-champions-laid-brutal-post-match-assault?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here



