From: Galen Charlton Date: Mon, 7 Aug 2017 18:22:02 +0000 (-0400) Subject: LP#1681095: add cache-busting to a couple more links X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b4d40fc34ed0d78a7fc9fa314cf18bae80253e2b;p=evergreen%2Fjoelewis.git 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 --- diff --git a/Open-ILS/src/templates/opac/parts/js.tt2 b/Open-ILS/src/templates/opac/parts/js.tt2 index ebc542172d..a5c708261c 100644 --- a/Open-ILS/src/templates/opac/parts/js.tt2 +++ b/Open-ILS/src/templates/opac/parts/js.tt2 @@ -60,7 +60,7 @@ [%- END %] [%- IF ctx.page == 'record' AND ctx.google_books_preview %] - + [%- END %] [%- IF want_dojo; -%]