diff --git a/index.html b/index.html index 0aed02e..0211e53 100755 --- a/index.html +++ b/index.html @@ -2406,13 +2406,17 @@

Latest Tweets

outputTVStrNo = 1; showTitleStrNo = 1; showEpTitleStrNo = 1; + //Calling function once again to Make sure image cached are also reused overall. + //Which leads to using the cache images synchronously in one order & text + images are in sync. + // Still as a third backup plan I tried calling fullImageDisplayTV() function but maybe it doesnt work like that. + showTrakt(); // window.location.reload(false); } // location.reload(false); - fullImageDisplayTV(); + // fullImageDisplayTV(); console.log("reloaded the command page") }