Brandon Staley faces heavy criticism from NFL fans for going to press conference after 23-20 loss to Packers: ‘He’s a clown’

‘; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ‘votes’; if (totalVotes > 10) { pollCount.classList.remove(“hidden”); } } function trackBetsTodayPollImpression() { var intersectionObserverForArticlePoll = new IntersectionObserver( function(entries) { entries.forEach(function(entry) { var pollId = entry.target.getAttribute(“id-poll-data”); if (POLLS_BY_ID[pollId][‘impression_tracked’]) return; if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return; setTimeout(function() { if (isInViewport(entry.target)) { POLLS_BY_ID[pollId]['impression_tracked'] = true; var isDesktop = "1"; var gaPayload = { "question": POLLS_BY_ID[pollId]['question']"category": "NFL", "page_url": window.location.href, "option1": POLLS_BY_ID[pollId]['option1']'option 2': POLLS_BY_ID[pollId]['option2']} if (isDesktop) { gaPayload["device"] = "Desktop"; } else { gaPayload["device"] = "Mobile"; } gtag("event", "BETS_TODAY_POLL_IMPRESSION", gaPayload); intersectionObserverForArticlePoll.unobserve(entry.target); } }, 1000); }); }, {threshold: 0.5 }); var pollElements = document.querySelectorAll('.bets-today-poll'); pollElements.forEach(function(pollElement) { var isAnswered = pollElement.querySelector(.poll-option-answered"); if (!isAnswered) { intersectionObserverForArticlePoll.observe(pollElement); } }) } return { responsePollX: responsePollX, } ; }();
His comments sparked the ire of NFL fans on social media:
The Chargers should have fired Brandon Staley a long time ago
That’s not a very hot take. After three years under his leadership, it is clear that the Los Angeles Chargers do not have a good head coach and need to start over.
The 2021 season, the best yet of Justin Herbert’s career, has had its ups and downs in his first year as head coach. What caught the most attention, however, was Brandon Staley’s kamikaze attempt to try to turn around a fourth-down situation.
This strategy culminated in poor plays in a make-or-break game against the Las Vegas Raiders in the final week of the regular season. The Chargers lost that game and did not advance to the playoffs, while their division rivals advanced.
The 2022 season, on the other hand, promised more. JC Jackson arrived, Sebastian Joseph-Day arrived, Khalil Mack arrived. The first two were injured – as was Joey Bosa – which made things worse last year. However, that doesn’t excuse the fact that the team gave up 9 yards per carry off the tackle. And remember – Staley was hired for his defensive skills.
Ultimately, the Chargers have an excellent quarterback and head coach who can’t give the team better than the quality of Justin Herbert. The time for change has long come.
” modalPopup.closeOnEsc = false; modalPopup.setHeader(“Why didn’t you like this content?”); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton(“Submit”, resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup .disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { “post_id”: 1752850, “rating_value”: ratingValue } if (ratingValue > 3) { requestPayload .rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$(‘input[name=”drone”]:checked’) || !$(‘input[name=”drone”]:checked’).value) { showErrorMessage(‘option’); return; } if (!$(.textarea of note after rating-feedback”) || !$(.textarea of note after rating-feedback”).value) { showErrorMessage(‘note’); return; } var selected option = $(‘input[name=”drone”]:checked’).value; var feedbackNote = $(.post-rating-feedback note textarea”).value; requestPayload.rating_feedback_type = selected option; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true ); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all(‘.rating span.rating-star.active’)); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("aktywne"); } if ($('wejście[name="drone"]:sprawdzone')) { $('wejście[name="drone"]:sprawdzone).sprawdzone = fałsz; } var userNote = document.querySelector(.obszar tekstowy notatki po ocenie-feedbacku"); uwaga użytkownika.value=""; modalPopup.close(); } funkcja onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#układ-post-oceny").classList.add("ukryty"); $("#wiadomość-po-oceny").classList.remove("ukryty"); window.setInterval(funkcja showMessage() { $("#widget-post-rating").classList.add("ukryty"); }, 3000); } funkcja onsaveRatingFail() { console.error('Zapisanie oceny wpisu nie powiodło się!'); modalPopup.close(); } funkcja savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1752850); var czas wygaśnięcia = nowa data(); wygaśnięcieTime.setMonth(expiryTime.getMonth() + 12); // Wygaśnie po 1 roku setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), wygaśnięcieTime); } funkcja isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { spróbuj { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); zwróć fałsz; } } else {zwróć fałsz; } if(userRatedPostIds.indexOf(1752850) >= 0) { return true; } else {return false; } } function getRatingCountByPostId(postId) { return new promise(function(resolve, reject) { pureJSAjaxGet(getRatingCountBaseURL + postId + ‘/rating/count’, function(data) { try { data = JSON.parse(data); if ( data.meta_value) { resolve(data.meta_value); } reject(“Failed to get rating count for post:” + postId); } catch (err) { reject(“Failed to get rating count for post:” + postId); } }, function(err) { reject(“Failed to get the number of ratings for the post:” + postId); }, true); }); } function showErrorMessage(message type) { var MessageContainerId = ‘#’ + message type + ‘-error’; $(messageContainerId).classList.remove(‘hidden’); window.setInterval(function () { $(messageContainerId).classList.add(“hidden”); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1752850) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener ("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();