From b4d40fc34ed0d78a7fc9fa314cf18bae80253e2b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 7 Aug 2017 14:22:02 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/parts/js.tt2 | 2 +- Open-ILS/src/templates/opac/parts/place_hold.tt2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -%]