‘;
});
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) entry.intersectionRatio
Pittman stayed on the turf after the hit, prompting the Colts’ medical staff to rush to the wide receiver’s aid. Players from both teams took a knee to pray for the wide receiver.
Pittman was having a spectacular game, catching four passes for 78 yards before the injury. Kazee was flagged for unnecessary roughness and was ejected from the game.
Michael Pittman Jr. injury update: WR out with concussion
A loud cheer erupted inside Lucas Oil Stadium as Michael Pittman Jr. sprung up after spending time on the turf receiving medical assistance. He walked off the field on his own accord, a positive outcome, given the circumstances.
Pittman was taken to the locker room for further evaluation and was eventually ruled out with a concussion. The wide receiver will now enter the NFL concussion protocol.
The Colts will hope that Pittman will clear the protocol before their Week 16 game against the Atlanta Falcons. The wide receiver has been sensational this season. He broke the 1,000 receiving yards barrier for the second time in his NFL career before exiting the game against the Steelers.
AFC Playoff Picture: Colts keep division title hopes alive
The Colts are engaged in a tight battle with the 8-5 Jacksonville Jaguars for the AFC South division title.
They trail them by only half a game but are 0-2 against their division rivals this season. They will hope that the Baltimore Ravens beat the Jaguars on Sunday Night Football and keep their dreams of a division title alive.
The Colts’ season was in dire straits when rookie quarterback Anthony Richardson suffered a season-ending shoulder injury in their Week 5 over the Tennessee Titans. However, Gardner Minshew has been exceptional and has kept his team’s season alive.
The Colts’ 30-13 win over the Steelers saw them take a massive step towards the playoffs. They have won four of their last five games and will look to make it five in six in Atlanta next week. Indianapolis will hope that Michael Pittman Jr. also joins them on their trip to Georgia.
modalPopup.closeOnEsc = false;
modalPopup.setHeader(“Why did you not 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”: 1787206,
“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(1787206)
.then(function(ratingCount) {
if (ratingCount