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

While speaking to Chris Van Vliet on Insight, Jax revealed that she believed she was getting fired.

“We came in and they were like, ‘Hey, we got to sell this match. Like, go in there, give it your all, say sorry later.’ I felt it on my knuckle a little and I was like, ‘F*ck.’ I didn’t realize how bad it was until I looked down and I just saw her bleeding all over the mat. I’m sitting there going like, ‘Oh my gosh, I’m in so much trouble. Like this is it. I think they’re done with me.’ I was getting my papers. And then Vince was like, ‘It’s not ballet.’ He’s like, ‘Sh*t’s going to happen.’ I thought I was going to get cussed out for this. And he was like, ‘It’s not ballet. Sh*t happens.’ He was like, ‘Is she okay?’ I was like, ‘I don’t know. I’m checking on her.’ He’s like, ‘Go check on her.'” she said.

Nia Jax believed she would be fired for the error, when infact it led to a huge push for her and got her over as a major heel.

Nia Jax remains with WWE

Nia Jax was released by WWE back in 2021, but she has since made her return to the company and is now part of a team with Lash Legend.

The two women have been pushing for a shot at the Women’s Tag Team Championships, and Lash Legend had an impressive showing in the Royal Rumble last weekend that should allow her to have a major push on WWE RAW.

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-i-m-much-trouble-nia-jax-finally-details-infamous-wwe-botch?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