Bugzilla – Attachment 50642 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]
Bug 16242 [Follow-up] Move staff client JavaScript out of language directory
Bug-16242-Follow-up-Move-staff-client-JavaScript-o.patch (text/plain), 1.53 KB, created by
Héctor Eduardo Castro Avalos
on 2016-04-25 15:15:39 UTC
(
hide
)
Description:
Bug 16242 [Follow-up] Move staff client JavaScript out of language directory
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-04-25 15:15:39 UTC
Size:
1.53 KB
patch
obsolete
>From c69c5785da8d656842ad04a6241d7fb987e914c2 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 25 Apr 2016 08:06:37 -0400 >Subject: [PATCH] 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 >--- > 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.7.10.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 16242
:
50130
|
50156
|
50470
|
50629
|
50642
|
50661
|
50664