Bugzilla – Attachment 86500 Details for
Bug 22023
Further improve responsive layout handling of staff client menu bar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22023: (QA follow-up) Remove console.log used for debugging
Bug-22023-QA-follow-up-Remove-consolelog-used-for-.patch (text/plain), 885 bytes, created by
Josef Moravec
on 2019-03-12 06:14:30 UTC
(
hide
)
Description:
Bug 22023: (QA follow-up) Remove console.log used for debugging
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-03-12 06:14:30 UTC
Size:
885 bytes
patch
obsolete
>From 366502ba85e9234f26926b74d95bf9f55da3c465 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Tue, 12 Mar 2019 06:11:51 +0000 >Subject: [PATCH] Bug 22023: (QA follow-up) Remove console.log used for > debugging > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/js/basket.js | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/basket.js b/koha-tmpl/intranet-tmpl/prog/js/basket.js >index 1fffb36855..5eadc9a6cb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/basket.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/basket.js >@@ -223,7 +223,6 @@ function addSelRecords(valSel) { // function for adding a selection of biblios t > > function showCartUpdate(msg){ > // set body of popup window >- console.log( msg ); > $("#cartDetails").html(msg); > showCart(); > setTimeout(hideCart,2000); >-- >2.11.0
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 22023
:
83372
|
83992
|
84727
|
86172
|
86217
|
86466
|
86478
|
86498
|
86499
| 86500