”
], { 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);
});
});
})();
Commentators Booker T and Vic Joseph sat in their usual spot at the announcer’s table after the confrontation between all three women. Things were visibly wrong, however, as both men looked at each other but apparently couldn’t hear each other through their headsets.
As Booker and Vic waited, a sound technician ran into frame on the live broadcast to replace what must have been defective headsets for Vic. The broadcast then cut to a pre-taped interview with Keanu Carver outside the WWE Performance Center.
The fast nature in which the feed went to the interview means that the botch wasn’t part of the show, even though Joseph later claimed he could have been cursed by Danhausen.
Everyone up and down WWE has value
While fans don’t see the backstage workers who coordinate and set things up for every WWE show, the show couldn’t go on without a dedicated and hard-working staff.
That staff has to be ready for times when things don’t go according to plan, like when the announcer’s headsets stop working for one reason or another.
From camera people to workers in charge of the set or coordinating the show, it takes a large crew to successfully pull off a two-hour wrestling show every week.
CM Punk even praised several backstage workers during his WrestleMania feud with Roman Reigns over the World Heavyweight Title.
John Cena always famously referred to cameraman Stu, who always followed stars as they came out of the entranceway.
The quick manner in which the sound technician responded may have provided an awkward moment, but it was resolved quickly. NXT GM Robert Stone had to switch things up all night due to attacks, but an actual botch wasn’t on the agenda.
`;
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-massive-botch-wwe-feed-cuts-off?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













