From: Paul Hänsch Date: Wed, 22 Jan 2020 16:44:07 +0000 (+0100) Subject: try to fool browser caching of overlay images X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=32d26dfa0db7e8d08e4ec5028ec4fe1f58038a6f;p=lobster try to fool browser caching of overlay images --- 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))