From 32d26dfa0db7e8d08e4ec5028ec4fe1f58038a6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Wed, 22 Jan 2020 17:44:07 +0100 Subject: [PATCH] try to fool browser caching of overlay images --- therapies/page.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/therapies/page.sh b/therapies/page.sh index 974ad8a..571f9bb 100755 --- a/therapies/page.sh +++ b/therapies/page.sh @@ -60,7 +60,7 @@ therapy_sessions(){ [span .signature [checkbox "${sid}_sigset" "pos" $(checked "$(TPY "${sid}_sigset")" "pos")]] ] [div .tab - [img .dotmark .ov src="/therapies/${id}_${sid}.png" alt=""] + [img .dotmark .ov src="/therapies/${id}_${sid}.png?${_DATE}" alt=""] $(n=1; while TPY "session${session_n}_note${n}" >/dev/null; do [ "$(TPY "session${session_n}_note${n}")" ] && x=$n n=$(($n + 1)) -- 2.39.2