], { 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);
});
});
})();

On the September 1 episode of NXT, commentator Vic Joseph shared an update on the former champion’s health. He said that Grey suffered a case of vertigo in the match, and there was disruption to her vestibular system. While the doctors ruled out a concussion, the situation was serious enough for WWE to rule her out for the foreseeable future. Now, NXT general manager Robert Stone has provided a new update on Kendal Grey’s status after the injury.

Speaking on Busted Open Radio, Stone said that Grey wasn’t aware of the injury when it happened. He also clarified that she won’t be in action for at least the next few weeks.

“At the time of it, I don’t think she knew that she was hurt and out of it. But she has a case of vertigo. I do know for the next few weeks you will not be seeing Kendal Grey in action,” he said.

Stone said that Grey is recovering from a few other issues and hoped that she would be back in action soon.

“She’s healing up from a few different things. Hands down, she will come back from this and get back at some point,” he added.


Kendal Grey was not 100% heading into WWE NXT Heatwave

On the August 4 episode of NXT, Kendal Grey faced Lola Vice in an Underground match. During the contest, she missed a dive on Vice and hit the steel steps, leading to her ear bleeding on the spot.

She went on to finish the match, making Vice submit to the armbar. Grey continued to compete regularly despite the injury. However, ahead of her match against Kelani Jordan, she did admit that she wasn’t 100%.

Speaking on Busted Open Radio, she said she still had ringing in her ear and was not feeling completely balanced. However, she insisted that this won’t stop her from defending her title. But now, it looks like fans have to wait to see her back in action.

Why did you not like this content?


`;
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-unfortunate-update-kendal-grey-s-wwe-future-injury-nxt-heatwave?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

Leave A Reply

Exit mobile version