Bugzilla – Attachment 60719 Details for
Bug 18160
Error when OverDriveCirculation not enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18160: Follow up tweak if condition
Bug-18160-Follow-up-tweak-if-condition.patch (text/plain), 1.20 KB, created by
Jonathan Druart
on 2017-02-27 15:23:54 UTC
(
hide
)
Description:
Bug 18160: Follow up tweak if condition
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-02-27 15:23:54 UTC
Size:
1.20 KB
patch
obsolete
>From ffe820c7b26b461aa5ad939bcee67bc8731bc174 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Thu, 23 Feb 2017 11:47:00 -0500 >Subject: [PATCH] Bug 18160: Follow up tweak if condition > >Based on comment #9, moved if condition. >Based on comment #8, tweaked condition to grab preference. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index aa2d48d..43cb691 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -896,8 +896,8 @@ Using this account is not recommended because some parts of Koha will not functi > }); > //]]> > </script> >+ [% IF Koha.Preference('OverDriveCirculation') %] > <script type="text/javascript" src="[% interface %]//[% theme %]/js/overdrive.js"></script> >- [% IF ( OverDriveCirculation ) %] > <script type="text/JavaScript"> > $(document).ready(function() { > [% IF ( overdrive_error ) %] >-- >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 18160
:
60588
|
60589
|
60590
|
60622
|
60718
| 60719