From 60f4d364494b399155498b1b4a466e8a9ca49864 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 6 Feb 2026 21:29:06 +0000 Subject: [PATCH] Bug 41793: Tidy staff and OPAC ill-availability.js files --- 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 8807dd95b6f..64dd000b7e9 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 7ece769c332..2628595343f 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