”
], { 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);
});
});
})();
Jake Hager was facing Johnny Magna at Power Slap, where a slap he took was so disturbing that Dana White opted not to show a replay, with him even calling it the worst injury he had ever seen. He went on to say that he would help Hager get medical attention. The slap left the former WWE star bleeding from his eye and face.
Jake Hager’s wife thanked everyone for coming together for her husband after his injury. She said that he had gone through emergency surgery and was recovering. She went on to show her gratitude to the community for all they have said.
“Thank you to the UFC and Power Slap family for the incredible love and support you’ve shown Jake during this difficult time. Jake is currently recovering from an emergency eye surgery. We’re taking things one day at a time and keeping the details private, but your kindness, support, and genuine concern have meant more than you know. Thank you for being there for Jake. We’re so grateful to be part of a community that shows up when it matters most.”
While Hager is far from the least controversial person in the company, everyone has shown him support after the injury. Even so, Hager appears to have found himself in some trouble. Even with his injury, immediately after the Power Slap competition, Hager nearly got into a confrontation with a college basketball team. In the end, it didn’t happen, and since then, Hager has gone on to have surgery, from which he is currently recovering.
Sportskeeda Wrestling sends best wishes to Jake Hager and his family during this difficult time and for a swift recovery.
`;
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-breaking-former-wwe-world-heavyweight-champion-forced-to-go-through-emergency-eye-surgery-after-scary-injury?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













