Bug 19786: (follow-up) Correct js include path, popup window size
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / authorities / auth_finder.tt
index 7460ecc..8a7459c 100644 (file)
@@ -28,7 +28,7 @@
         var index = "[% index %]";
         var authtypecode = "[% authtypecode %]";
     </script>
-    <script type="text/javascript" src="[% interface %]/[% theme %]/js/auth-finder-search.js"></script>
+    <script type="text/javascript" src="[% interface %]/[% theme %]/js/auth-finder-search_[% KOHA_VERSION %].js"></script>
 [% END %]
 
 [% INCLUDE 'intranet-bottom.inc' popup_window = 1 %]