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>
<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">
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/>