Bugzilla – Attachment 51617 Details for
Bug 16553
Incorrect path to jQueryUI file in help template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16553 - Incorrect path to jQueryUI file in help template
Bug-16553---Incorrect-path-to-jQueryUI-file-in-hel.patch (text/plain), 1.49 KB, created by
Owen Leonard
on 2016-05-19 13:09:50 UTC
(
hide
)
Description:
Bug 16553 - Incorrect path to jQueryUI file in help template
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-05-19 13:09:50 UTC
Size:
1.49 KB
patch
obsolete
>From f22f4bf41b8588aeef1f0194fc7ce2b8c38b36af Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 %] > <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> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16553
:
51617
|
51618
|
51639