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)
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

index ebc5421..a5c7082 100644 (file)
@@ -60,7 +60,7 @@
 <script type='text/javascript' id='EIT' src='[% url %]'></script>
 [%- END %]
 [%- IF ctx.page == 'record' AND ctx.google_books_preview %]
-<script src='[% ctx.media_prefix %]/js/ui/default/opac/ac_google_books.js' async defer></script>
+<script src='[% ctx.media_prefix %]/js/ui/default/opac/ac_google_books.js[% ctx.cache_key %]' async defer></script>
 [%- END %]
 [%- IF want_dojo; -%]
 <script type="text/javascript">
index c7bffb1..a7e7441 100644 (file)
@@ -230,7 +230,7 @@ function toggleActivationDate() {
                   ELSE;
                       l('Suspend these holds?');
                   END %]
-                <img src="[% ctx.media_prefix %]/images/question-mark.png"
+                <img src="[% ctx.media_prefix %]/images/question-mark.png[% ctx.cache_key %]"
                      alt="[% l('Suspend Hold Help') %]"
                      title="[% l('A suspended hold will retain its place in the queue, but will not be fulfilled until it has been activated.') %]" />
                 <br/>