Bugzilla – Attachment 166840 Details for
Bug 36862
Cart window becomes unresponsive if checkboxes are manipulated in a certain order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36862: Remove call to selRecord() on the OPAC
Bug-36862-Remove-call-to-selRecord-on-the-OPAC.patch (text/plain), 1.21 KB, created by
Lucas Gass (lukeg)
on 2024-05-16 20:09:58 UTC
(
hide
)
Description:
Bug 36862: Remove call to selRecord() on the OPAC
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-05-16 20:09:58 UTC
Size:
1.21 KB
patch
obsolete
>From 6a249e09a76986245aa0bcec2babae191190e515 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 16 May 2024 20:09:17 +0000 >Subject: [PATCH] Bug 36862: Remove call to selRecord() on the OPAC > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >index 36915017ab..72d98c3158 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >@@ -479,7 +479,6 @@ > e.preventDefault(); > $(".cb").each(function(){ > $(this).prop("checked", true); >- selRecord(this.value, true); > }); > enableCheckboxActions(); > }); >@@ -488,7 +487,6 @@ > e.preventDefault(); > $(".cb").each(function(){ > $(this).prop("checked", false); >- selRecord(this.value, false); > }); > enableCheckboxActions(); > }); >-- >2.39.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 36862
:
166788
| 166840