”
], { 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 closing moments of the match saw Tama Tonga and Talla Tonga pull off The Brother’s Keeper on R-Truth, thus ending their reign at 147 days.
This marked Tama Tonga’s third title win in WWE, while Talla Tonga held his first gold with Haku in their corner.
Damian Priest and R-Truth won the gold from the MFTs, previously led by former leader Solo Sikoa, back in March, and now dropped it back to them several months later.
During their run as the Tag Team Champions, they defended the titles nine times on SmackDown and at live events.
Earlier today, R-Truth took to his official X handle to issue a public apology to fans and Damian Priest for coming up short this past Friday.
“I’m sorry to the @WWE Universe and I’m sorry to my dawg. @ArcherOfInfamy.”
You can check out his tweet below:
What’s next for Damian Priest and R-Truth after losing the WWE Tag Team Championship on SmackDown?
There’s no official word yet on whether the two men will continue to work together on SmackDown.
The Archer of Infamy has previously expressed his desire to go after CM Punk’s Undisputed Championship. Now that he is no longer stuck in the tag team division, he could return to singles competition.
As for R-Truth, the 54-year-old legend is nearing the end of his in-ring career.
A retirement match with Damian Priest could be on the cards if the creative decides to turn the former Judgment Day member heel.
`;
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-r-truth-issues-public-apology-top-wwe-superstar?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













