”
], { 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);
});
});
})();
Flair has since shared the video of her error and made it clear that she was embarrassed by the whole thing.
Charlotte Flair was making her entrance at the time and was distracted by fans, so she turned around and bumped into a table that was there. Usually, there aren’t any obstacles on the ramp because the show is being filmed, which could be why Flair didn’t realise it was in her way and almost fell over.
Despite the error, Flair was still able to team with Alexa Bliss and Tiffany Stratton to take on Fatal Influence and pick up the win. It appears that Stratton has fully replaced Rhea Ripley on the tour at present, as the Women’s Champion remains sidelined with a knee injury.
Charlotte Flair will not be part of Night of Champions
This weekend at Night of Champions, there are two women’s matches on the card, but Charlotte Flair won’t be part of the event.
Liv Morgan takes on Iyo Sky to determine the Queen of the Ring, whilst Tiffany Stratton defends her Women’s United States Championship against Jade Cargill.
Flair may become part of Stratton’s match if Michin and B-Fab also make their presence known, but it’s unclear if they will make the trip to the Middle East.
Oba Femi and Jey Uso will collide in the final of the King of the Ring, while Cody Rhodes defends his Undisputed WWE Championship against Gunther and Sami Zayn in a triple threat match.
Trick Williams defends the United States Championship against Ricky Saints, whilst Seth Rollins and Bron Breakker will collide inside a steel cage in the hopes that this will finally end the issues the two men have had for the better part of a year.
`;
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-embarrased-charlotte-flair-addresses-recent-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













