From 3f957f59cb7880d863d134082203b4ff45aee360 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Thu, 31 Mar 2022 20:01:31 +0530 Subject: [PATCH] fixed publishing date not updating bug --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 8379a70..4ccc8f0 100644 --- a/index.html +++ b/index.html @@ -2169,6 +2169,7 @@ floGlobals.appObjects.rmTimes.articles[articleID].summary = summary floGlobals.appObjects.rmTimes.articles[articleID].contributors = contributors floGlobals.appObjects.rmTimes.articles[articleID].heroImage = heroImage + floGlobals.appObjects.rmTimes.articles[articleID].published = published // if (heroImage.hasOwnProperty('full')) { // try { // compactIDB.writeData('images', { heroImage }, articleID)