From 83023a31a73028d7695be81e302f9f2a65c96903 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Date: Mon, 10 Mar 2025 15:43:13 +0330 Subject: [PATCH] Minor improvements to broken images handling in web UI --- Web/wwwroot/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/wwwroot/index.html b/Web/wwwroot/index.html index 6d04a18..1066767 100755 --- a/Web/wwwroot/index.html +++ b/Web/wwwroot/index.html @@ -274,6 +274,7 @@ postImage.onerror = () => { console.error("Error loading image:", imageUrl); postImage.src = "https://s6.uupload.ir/files/a69d5fc9e900cc51_1920_kmnr.png"; + loadNewPost(); postImage.classList.remove('loading'); };