Bug 9618: (follow-up) include link to jQuery only if needed
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / spinelabel-print.tt
index f028357..b5b9256 100644 (file)
@@ -11,8 +11,8 @@
                }
        </style>
 [% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
-<script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
 [% IF ( intranetuserjs ) %]
+    <script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
     <script type="text/javascript">
     //<![CDATA[
     [% intranetuserjs %]
@@ -39,4 +39,4 @@
                        </span>
                </body>
        [% END %]
-</html>
\ No newline at end of file
+</html>