”
], { 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);
});
});
})();
The Game said they were waiting for Truth to come to the negotiation table and made it clear that he was never fired, as he claimed in a social media post back then. While Truth contradicted this claim in an interview later, former RAW GM Eric Bischoff has shared his take.
Speaking on his 83 Weeks podcast, Bischoff said that R-Truth jumped the gun in this situation and it was an amateur move.
“They were negotiating. Ron jumped the gun, was an amateur move. I like Ron, but it is what it is. Things are going to get effed up when you get your agents involved. It’s unfortunate. I believe Paul in this case. I have no dog in the hunt, its not like Paul and I are friends. But I absolutely believe him. And I believe him because similar things have happened to me in the past,” he said.
The Hall of Famer said with Truth’s agent handling the negotiations for him, things were not straightforward. He said that they tried to play hardball, which wasn’t a good idea given WWE’s stature.
“I’m sure because there’s an agent involved, we’re going to play hard ball. They played hardball. He’s Ron’s agent, I’m guessing, and they’re playing hardball with a guy from Hollywood that negotiates deals, massive deals. That was stupid as an agent for overshooting, and they probably called their bluff, and that’s where things fell apart,” he added.
R-Truth disputed Triple H’s claim that he was not fired
In an interview on Breakfast Club, R-Truth disputed Triple H’s claim that he was not fired from the company last summer.
He said that he stayed out of negotiations since his agent was handling the talks with WWE. The former U.S. champion mentioned he received a call from the company telling him that his contract was not being renewed and he didn’t need to come to work.
R-Truth said it “felt like a firing” to him, and he couldn’t figure out what happened in that moment.
If you use quotes from this article, please credit the 83 Weeks podcast and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-amateur-stupid-legend-sides-wwe-r-truth?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













