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

WWE also reportedly did not expect him to miss his upcoming mask vs. mask match with the ‘Original’ El Grande Americano at AAA Noche de Los Grandes.

“Kaiser is not expected to have any issues traveling for shows now that clearance has been provided by a judge. WWE did not expect him to miss his upcoming mask vs. mask match with El Grande Americano, regardless,” Fightful Select reported.

According to reports, the alleged altercation began after a man identified as Richard Reap objected to Kaiser and his partner, Andrea Bazarte’s behavior. As Reap allegedly spoke ill of Bazarte, which angered Kaiser, leading to a scuffle.

JBL came out in support of Ludwig Kaiser

Ludwig Kaiser was arrested on a misdemeanor battery charge following his alleged altercation in the elevator. WWE Hall of Famer JBL spoke about the incident on the Something to Wrestle With podcast and said he was supporting Kaiser, while also acknowledging that he did not know what exactly happened.

“The guy who calls is going to tell his version of the story, he’s going to jade it his way, then the defense is going to come, and they’re going to jade it your way. I want to make clear, I’m not passing judgment. I’ve seen enough altercations to know that both sides end up, you know, going a little bit away from the truth, the truth somewhere in the middle. I am 100% behind Kaiser on this. Okay, I want unequivocally. I’m backing this guy, I think is a good guy, he’s not a hothead to me. If something happened here, the guy I think deserved it. So I don’t know what happened, but I am 100% backing Kaiser,” JBL noted

JBL made it clear that he supported Ludwig Kaiser, while also saying he believed both accounts of the incident may be incomplete or subjective.

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-wwe-status-update-after-ludwig-kaiser-arrest-el-grande-americanos-mask-vs-mask-match?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