Bug 16553 - Incorrect path to jQueryUI file in help template
authorOwen Leonard <oleonard@myacpl.org>
Thu, 19 May 2016 13:02:59 +0000 (09:02 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 23 May 2016 17:17:16 +0000 (17:17 +0000)
This patch corrects an incorrect path to the jQueryUI library file in
the help system header include.

To test, apply the patch and open any help file in the staff client.
Your browser's JavaScript console should report no errors.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
No more console errors
No qa errors

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc

index 5299afd..7d85d95 100644 (file)
@@ -10,7 +10,7 @@
 [% END %]
 <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-2.2.3.min.js"></script>
 <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min.js"></script>
-<script type="text/javascript" src="[% interface %]/lib/jquery-ui-1.11.4.min.js"></script>
+<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui-1.11.4.min.js"></script>
 <script type="text/javascript" src="[% interface %]/lib/shortcut/shortcut.js"></script>
 <!-- koha core js -->
 <script type="text/javascript" src="[% interface %]/[% theme %]/js/staff-global.js"></script>