From f22f4bf41b8588aeef1f0194fc7ce2b8c38b36af Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 19 May 2016 09:02:59 -0400 Subject: [PATCH] Bug 16553 - Incorrect path to jQueryUI file in help template Content-Type: text/plain; charset="utf-8" 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. --- koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc index 5299afd..7d85d95 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc @@ -10,7 +10,7 @@ [% END %] - + -- 2.1.4