”
], { 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);
});
});
})();
Charlotte Flair was ringside supporting Alexa Bliss, while the star faced Bayley. Lyra Valkyria was also ringside, with the crowd supporting Bayley, with cheers for her shaking the stadium.
However, during the WWE SmackDown match, there was a botch, as a major wardrobe issue between the two stars forced them to pause the match for several seconds. Bliss had tried to pin Baylkey with a roll up, as she was trying to put her away and get the win. During that roll up, the net in Bayley’s pants unfortunately got caught on Alexa Bliss’ top. Coming out of the pin, that became obvious. As Bayley was trying to stand up and address the issue, the front of Bliss’ top was coming away from her body and was getting dragged up.
The experienced former Hugger noticed that this was happening and immediately stopped trying to get up and sat back down. The match was paused while she disconnected her pants from Bliss’ top, and to sell that the bout was continuing, she hit the Goddess as well, showing her experience once again. Thanks to the quick thinking of Bayley, what could have been a much bigger wardrobe mishap turned out to just be a small issue that needed an adjustment.
In the end, Bliss was able to get the win as she came away with the big pin following a distraction by Charlotte Flair. Flair got involved, but only threw her jacket at her, making her catch it. This resulted in her geting pinned with the match coming to an end.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-bayley-alexa-bliss-forced-to-stop-match-for-multiple-seconds-after-wardrobe-issue-on-wwe-smackdown?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


