From 231cc91e14605768f05d2017ca21bcdd205991a0 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Fri, 15 Jul 2022 23:14:41 +0400 Subject: [PATCH] Force reload of images every time user clicks search button Adding a random, unused url param at the end of the img.src string fixes the issue. As the browser thinks it's a new image and doesn't use the image data that's already cached because of which it wasn't even making the fetch call for the image --- src/interface/web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface/web/index.html b/src/interface/web/index.html index 611c1f55..6f0cd0a8 100644 --- a/src/interface/web/index.html +++ b/src/interface/web/index.html @@ -2,7 +2,7 @@