From ecd993fc930831bf40ef9dff6cd885c5f3de788b 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 Signed-off-by: Kyle M Hall --- 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 5299afde63..7d85d9505a 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.39.5