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

“When she retired, she wore my shirt in her retirement match. We didn’t even know that was her retirement match, then she ended up retiring that week and I was like so confused.” She said. (1:03:40 onwards)

Bayley also revealed that they had been in touch for years even while AJ was gone and was excited to have her friend back.

“Throughout the years she’s been gone we have kept in touch, we would meet up for coffee whenever we can so I’ve seen her throughout the years, and Punk too, and we maintained that friendship…So her coming back was like, obviously huge for the industry, but I was just excited for my friend to come back, and now being close with Punk as he’s been there, like I needed to be there, for her.” (1:03:52 onwards)

Bayley talks missing WrestleMania, AJ Lee & more | Six Feet Under

It will be interesting to see Bayley and AJ Lee have a match together in WWE again.

Bayley revealed that stars like AJ Lee are coming back because of the current Women’s division

During the same podcast, Bayley spoke about how well the current Women’s division in WWE has been doing over the years. She credited the return of stars like AJ and Nikki Bella to the performance of the women’s division over the last few years.

“We were talking the other day like, the fact that you want to come back here says a lot about what we’ve been doing these last few years, because you wouldn’t come back if the division didn’t seem stacked or competitive or passionate or going places or main eventing WrestleManias, I want to give the girls credit too.” (1:04:56 onwards)

The Women’s division in WWE has indeed been one of the best parts of the product for the past several years.

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-she-wore-shirt-retirement-match-wwe-star-aj-lee-return-reveals-reason?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