Bugzilla – Attachment 192680 Details for
Bug 41793
ill-availability.js should be made tidy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41793: Tidy staff and OPAC ill-availability.js files
f5a3532.patch (text/plain), 1.82 KB, created by
David Nind
on 2026-02-07 18:00:06 UTC
(
hide
)
Description:
Bug 41793: Tidy staff and OPAC ill-availability.js files
Filename:
MIME Type:
Creator:
David Nind
Created:
2026-02-07 18:00:06 UTC
Size:
1.82 KB
patch
obsolete
>From f5a3532bdc470b5ac2dedaf6e9757b8b346956e9 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 6 Feb 2026 21:29:06 +0000 >Subject: [PATCH] Bug 41793: Tidy staff and OPAC ill-availability.js files > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/js/ill-availability.js | 2 +- > koha-tmpl/opac-tmpl/bootstrap/js/ill-availability.js | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/ill-availability.js b/koha-tmpl/intranet-tmpl/prog/js/ill-availability.js >index 8807dd95b6..64dd000b7e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/ill-availability.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/ill-availability.js >@@ -119,7 +119,7 @@ $(document).ready(function () { > pageSize = results.length; > // These values are completely arbitrary, but they enable > // us to display pagination links >- (data.recordsFiltered = 5000), (data.recordsTotal = 5000); >+ ((data.recordsFiltered = 5000), (data.recordsTotal = 5000)); > > return results; > }; >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/ill-availability.js b/koha-tmpl/opac-tmpl/bootstrap/js/ill-availability.js >index 7ece769c33..2628595343 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/js/ill-availability.js >+++ b/koha-tmpl/opac-tmpl/bootstrap/js/ill-availability.js >@@ -119,7 +119,7 @@ $(document).ready(function () { > pageSize = results.length; > // These values are completely arbitrary, but they enable > // us to display pagination links >- (data.recordsFiltered = 5000), (data.recordsTotal = 5000); >+ ((data.recordsFiltered = 5000), (data.recordsTotal = 5000)); > > return results; > }; >-- >2.39.5 >
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 41793
:
192668
| 192680