Bug 12904: Force browser to load new javascript files after upgrade
[koha_ffzg] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / serials-home.tt
index 049f386..5305fa8 100644 (file)
@@ -23,7 +23,7 @@
 </div>
 
 [% MACRO jsinclude BLOCK %]
-    <script type="text/javascript" src="[% interface %]/[% theme %]/js/serials-toolbar.js"></script>
+    <script type="text/javascript" src="[% interface %]/[% theme %]/js/serials-toolbar_[% KOHA_VERSION %].js"></script>
     <script type="text/javascript">
         var subscriptionid = "[% subscriptionid %]";
         var MSG_CLOSE_SUBSCRIPTION = _("Are you sure you want to close this subscription?");