February 5, 2025

Common Wealth Geography

Exploring the World

NFL Fans Criticize Gardner Minshew After Michael Pittman Jr. Takes Brutal Hit from Jaguars QB’s Pass

Indianapolis Colts quarterback Gardner Minshew and wide receiver Michael Pittman Jr. were having a spectacular first half during the Week 15 game against the Pittsburgh Steelers on Saturday. The duo had combined for four catches and 78 yards midway through the second quarter, but their sensational start was cut short by a scary injury.

During a 2nd-and-8 play, Pittman, who was running a crossing route across the field, went airborne to haul in a slightly misplaced pass from Minshew. The wide receiver caught the ball but immediately took a huge hit to the head from Steelers defensive back Damontae Kazee.

The young wide receiver stayed on the floor after the hit as the Colts’ medical personnel rushed onto the field. Watch the scary moment below:

‘;
});
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) else
sendRating(index);

function sendRating()
var requestPayload =
“post_id”: 1787214,
“rating_value”: ratingValue

if (ratingValue > 3)
requestPayload.rating_feedback_type = null;
requestPayload.rating_feedback = null;
else
pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() , true);

function resetRatingAndFeedbackForm()
var activeStars = Array.from($all(‘.rating span.rating-star.active’));
for (var i=0; i = 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 fetch rating count for the post:” + postId);
catch (err)
reject(“Failed to fetch rating count for the post:” + postId);

,
function(err)
reject(“Failed to fetch rating count for the post:” + postId);
, true);
);
}
function showErrorMessage(messageType)
var messageContainerId = ‘#’ + messageType + ‘-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(1787214)
.then(function(ratingCount) {
if (ratingCount