Bugzilla – Attachment 95589 Details for
Bug 24061
Print List (opac-shelves.pl) broken in Chrome
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24061: change setTimeout in opac-shelves.tt
Bug-24061-change-setTimeout-in-opac-shelvestt.patch (text/plain), 846 bytes, created by
Lucas Gass (lukeg)
on 2019-11-19 22:59:52 UTC
(
hide
)
Description:
Bug 24061: change setTimeout in opac-shelves.tt
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2019-11-19 22:59:52 UTC
Size:
846 bytes
patch
obsolete
>From f7553ee896b33f385e697926f71b6be2cd113123 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 19 Nov 2019 22:52:02 +0000 >Subject: [PATCH] Bug 24061: change setTimeout in opac-shelves.tt > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >index c1d273f66e..f8984c6808 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >@@ -966,7 +966,7 @@ $(function() { > > [% IF print %] > window.print(); >- setTimeout('window.close()', 1); >+ setTimeout('window.close()', 1000); > [% END %] > > AdjustRemark(); >-- >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 24061
:
95589
|
95591
|
95623
|
95664
|
95715
|
96971
|
97597
|
97598