Bugzilla – Attachment 50664 Details for
Bug 16242
Move staff client JavaScript out of language directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 16242 [Follow-up] Move staff client JavaScript out of language directory
PASSED-QA-Bug-16242-Follow-up-Move-staff-client-Ja.patch (text/plain), 1.59 KB, created by
Katrin Fischer
on 2016-04-25 17:10:23 UTC
(
hide
)
Description:
[PASSED QA] Bug 16242 [Follow-up] Move staff client JavaScript out of language directory
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-04-25 17:10:23 UTC
Size:
1.59 KB
patch
obsolete
>From 415dd6695c5cb6c1d4b3fea85196d3a92abcfb7f Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 25 Apr 2016 08:06:37 -0400 >Subject: [PATCH] [PASSED QA] Bug 16242 [Follow-up] Move staff client > JavaScript out of language directory > >Correcting to a file I missed: circ/offline.tt. This patch corrects the >path to offlinecirc.js. > >To test, go to Circulation -> Built-in offline circulation interface. >There should be no errors in the console warning of missing files. The >"Check out" link should work correctly. > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >File missed was fixed > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >index 3fa54b7..b50f038 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >@@ -11,7 +11,7 @@ > [% INCLUDE 'doc-head-close.inc' %] > [% INCLUDE 'calendar.inc' %] > <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.indexeddb.js"></script> >-<script type="text/javascript" src="[% interface %]/prog/en/js/offlinecirc.js"></script> >+<script type="text/javascript" src="[% interface %]/[% theme %]/js/offlinecirc.js"></script> > <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min.js"></script> > [% INCLUDE 'timepicker.inc' %] > <script type="text/javascript"> >-- >1.9.1
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 16242
:
50130
|
50156
|
50470
|
50629
|
50642
|
50661
| 50664