From 78976c977f45e8ce41cfcd61dbaadfee212c9be4 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 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 No more console errors No qa errors Signed-off-by: Jonathan Druart --- 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.7.0