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

In a heartbreaking post, Grace says she was diagnosed with ADHD, which, as it turns out, is a disqualifying condition for pilots.

“On May 21st, I went to get my FAA medical clearance to fly because I had my first solo flight coming up. Unfortunately, I was not aware an ADHD diagnosis was a disqualifying condition for pilots. I’m currently in the process of resubmitting my application, but it is a long, invasive, expensive process. You’re required to discontinue your medication for 90 days (and then forever) to get a neuropsych evaluation done. This is a $5,000 test and includes 8-10 hours of testing to essentially prove you can function without ADHD symptoms efficiently while not medicated.” her post read.

Grace continues in the post by saying that she is feeling “defeated” but hopes that there are better times to come after this major hurdle.

“I feel very disappointed and defeated right now, but I’m cautiously optimistic that this will all seem like a slight speed bump at some point down the road,” she said in the post.

This explains her absence from WWE TV, and fans can hope that she manages to get her clearance and get back to wrestling as soon as possible.


Jordynne Grace will look to return after her second hiatus this year.

Jordynne Grace made her main roster debut on SmackDown in January, and after initially tussling with Jade Cargill, the former TNA Knockouts World Champion injured her ankle during a Saturday Night’s Main Event match against Alba Fyre.

After returning in April and losing to Tiffany Stratton in a #1 contender’s match for the Women’s United States title, Jordynne Grace has been off WWE TV, and in the meantime, Stratton has now become the US Champion.

It would be interesting to see if Jordynne Grace and Stratton meet again at some point down the road.

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-jordynne-grace-issues-heartbreaking-update-amid-wwe-smackdown-absence?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