Bugzilla – Attachment 153850 Details for
Bug 21246
Extend the 'Last patron' navigation feature to 'Last X patrons'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21246: (QA follow-up) Remove debugging statement
Bug-21246-QA-follow-up-Remove-debugging-statement.patch (text/plain), 989 bytes, created by
Kyle M Hall (khall)
on 2023-07-24 16:38:23 UTC
(
hide
)
Description:
Bug 21246: (QA follow-up) Remove debugging statement
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-07-24 16:38:23 UTC
Size:
989 bytes
patch
obsolete
>From cd7e9b3d67c1c64f2fd1909daae2fe83bea2b915 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 24 Jul 2023 11:54:44 -0400 >Subject: [PATCH] Bug 21246: (QA follow-up) Remove debugging statement > >--- > koha-tmpl/intranet-tmpl/prog/js/staff-global.js | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js >index 286b0a231b..d3163d109c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js >@@ -155,7 +155,6 @@ $(document).ready(function() { > $("#catalog-search-dropdown a").toggleClass("catalog-search-dropdown-hover"); > }); > >- console.log("HIDDEN BORROWER: " + $("#hiddenborrowernumber").val() ); > if ( localStorage.getItem("previousPatrons") || $("#hiddenborrowernumber").val() ){ > var previous_patrons = []; > if ( localStorage.getItem("previousPatrons") ) { >-- >2.30.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 21246
:
152902
|
152980
|
153849
|
153850
|
153851
|
154011
|
154012
|
154013
|
154014