]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1681095: add cache-busting to a couple more links
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 7 Aug 2017 18:22:02 +0000 (14:22 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 7 Aug 2017 18:22:56 +0000 (14:22 -0400)
commitb4d40fc34ed0d78a7fc9fa314cf18bae80253e2b
tree1c04814372be4afe685ba407cfbe87d67e8b513d
parent647a0d21022aa8d61c8de6894d3b02bfd3a08c40
LP#1681095: add cache-busting to a couple more links

This covers a couple more resources added since the last
time that the branch for this bug was rebased.

The following command can help find other places where the
cache-busting key should be added:

  git grep -P '\.(gif|png|jpg|js|css)' Open-ILS/src/templates/{opac,kpac}|grep -v cache_key|grep -v eg_cache_hash

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/opac/parts/js.tt2
Open-ILS/src/templates/opac/parts/place_hold.tt2