Bugzilla – Attachment 74054 Details for
Bug 20538
Remove the need of writing [% KOHA_VERSION %] everywhere
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20538: Fix 2 JS paths
Bug-20538-Fix-2-JS-paths.patch (text/plain), 1.59 KB, created by
Julian Maurice
on 2018-04-12 08:31:41 UTC
(
hide
)
Description:
Bug 20538: Fix 2 JS paths
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2018-04-12 08:31:41 UTC
Size:
1.59 KB
patch
obsolete
>From 57fef6a1f6cdad84e339361fc618052555cdefbc Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 12 Apr 2018 10:30:10 +0200 >Subject: [PATCH] Bug 20538: Fix 2 JS paths > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt >index a2cf3a43f3..8e5975ffaa 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt >@@ -64,7 +64,7 @@ > > [% INCLUDE 'opac-bottom.inc' %] > [% BLOCK jsinclude %] >-[% Asset.js("/opac-tmpl/lib/jquery/plugins/jquery.jstree.js") %] >+[% Asset.js("lib/jquery/plugins/jquery.jstree.js") %] > <script type="text/javascript"> > //<![CDATA[ > $(document).ready(function() { >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >index f166f42734..0177512218 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >@@ -129,7 +129,7 @@ > [% INCLUDE 'opac-bottom.inc' %] > [% BLOCK jsinclude %] > [% IF ( displayhierarchy ) %] >- [% Asset.js("/opac-tmpl/lib/jquery/plugins/jquery.jstree.js") %] >+ [% Asset.js("lib/jquery/plugins/jquery.jstree.js") %] > [% END %] > <script type="text/javascript"> > //<![CDATA[ >-- >2.14.2
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 20538
:
73791
|
73836
|
74048
|
74049
|
74053
|
74054
|
74056
|
74057
|
74058
|
74059
|
74060
|
74061
|
74062
|
74063
|
74171
|
74835