”
], { 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);
});
});
})();
Jacob Fatu wrestled while injured tonight at WWE Clash in Italy. The star had suffered an injury while wrestling in a street fight against Solo Sikoa at the live event in Liverpool, and was spotted limping away. For a while ahead of the show, there was concern that he would not be able to wrestle at the event and would need to be replaced.
There was even a report that the star’s replacement was prepared, and it was none other than a suddenly returning Drew McIntyre, should this happen. However, he was able to recover enough that he wrestled in the bout. Despite the match being in the main event, the pace of the bout was far slower than the previous match between Roman Reigns and Jacob Fatu. This made for a worse match, and the commentary still stated that the star was not really hurt over the weekend.
A report by Dave Meltzer has now revealed that this is not the case. He confirmed that the live event in Liverpool saw the star injured, and that on the broadcast, their claims to the contrary were playing into the pretence that he was okay. His injury was the real reason for the pace of the match and why it was not as good as the last time he and Reigns were in a match together.
“Jacob Fatu was injured in Liverpool on Thursday night. On the broadcast they tried to act like that wasn’t the case. It may play into why today’s match wasn’t nearly as good as the first Roman Reigns vs. Fatu match.”
With the match not being what fans have become used to from the two stars, the injury certainly explains what happened at Clash in Italy.
`;
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/rumor-breaking-reported-reason-roman-reigns-main-event-faced-issues-at-wwe-clash-in-italy-amidst-cancelation-and-injury-rumors?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













