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

“This is the first time he thinks there is regret on WWE’s side of things for not having them come back. This is the first time there is a disconnect between TKO and WWE.” (H/T: Ringside News)

The New Day were reportedly asked to take huge pay cuts to remain on the roster and elected to go elsewhere. Creed and Kofi teamed up with Swerve Strickland to capture the Trios Championships at All In. The two stars showed up later during the show as well to confront AEW World Tag Team Champions Christian Cage and Adam Copeland.

AEW president Tony Khan reveals he never expected The New Day to leave WWE

AEW president Tony Khan discussed bringing The New Level to the company and admitted that he never thought they would be free agents.

Speaking at the AEW All In Post-Show, Khan stated that he could never have planned for Creed and Kofi to join the company. Khan added that he was happy they were able to get the deal done and bring the popular duo to AEW.

“There is no way I could’ve planned for it because never in a million years would I have ever thought Austin and Kofi would be free agents. We’ve been doing this seven years and it was unthinkable that Austin and Kofi would be free agents. When they were, I had to go in with an open mind, but we’re in business and we had to figure it out. I couldn’t just assume it was going to get done. I was very pleased that we were able to figure it out and make it happen,” he said. [H/T: Fightful]

The New Level meeting Tony Khan! #AEWAllIn

It will be interesting to see if any more former WWE stars show up at AEW in the weeks ahead.

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/rumor-wwe-regrets-letting-the-new-day-leave-report?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