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

All parties involved, i.e. Janel Grant, Vince McMahon and WWE, have filed a motion to move the case out of the public eye and into private arbitration. The motion request reads:

PLEASE TAKE NOTICE that the parties respectfully submit this joint motion for a short adjournment of the upcoming hearing on Defendants’ Motions to Compel Arbitration and Plaintiff’s Renewed Motion for Leave to Serve Motion-Related Discovery, which is currently scheduled for June 16, 2026. The parties are in active discussions regarding a potential agreement to arbitrate the dispute in confidential arbitration that would moot those motions. They seek this relief in good faith, to avoid unnecessarily consuming the Court’s and the parties’ resources—and so they can focus on progressing the potential arbitration agreement. The Parties respectfully propose that the Court temporarily adjourn the hearing and allow them to file a Joint Status Report within 21 days.” (H/T: POSTWrestling)

The plaintiff in the Vince McMahon case recently clarified a rumor

According to the Plaintiff, Janel Grant, she never sent any anonymous mails to WWE regarding Vince McMahon and John Laurinaitis.

Taking to Instagram, she wrote:

“Reading these for the first time took a sledgehammer to my mental health. I feel like a Taylor Swift lyric and wonder if someone caged me just to call me crazy. I’m not wired to understand why someone would write them. But I am trained to notice the use of hair splitters and spin.”

She further explained what was actually the truth regarding her life. She also attached images of the anonymous emails, claiming that she was not the sender.

As of now, it remains to be seen how the case pans out in the coming weeks, and if it will be resolved amicably.

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-breaking-news-massive-update-vince-mcmahon-s-ongoing-case-wwe-makes-new-request?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