Bugzilla – Attachment 161616 Details for
Bug 35647
Coce images won't load on the staff results page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35647: (follow-up) Ensure Coce is on
Bug-35647-follow-up-Ensure-Coce-is-on.patch (text/plain), 850 bytes, created by
Lucas Gass (lukeg)
on 2024-01-29 21:18:12 UTC
(
hide
)
Description:
Bug 35647: (follow-up) Ensure Coce is on
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-01-29 21:18:12 UTC
Size:
850 bytes
patch
obsolete
>From 2dd9f96e4e245275014915df4d4791ca8d0e9206 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 29 Jan 2024 21:17:30 +0000 >Subject: [PATCH] Bug 35647: (follow-up) Ensure Coce is on > >--- > koha-tmpl/intranet-tmpl/prog/js/pages/results.js | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/pages/results.js b/koha-tmpl/intranet-tmpl/prog/js/pages/results.js >index 4c0492e7cc..384a35b6f9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/pages/results.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/pages/results.js >@@ -120,7 +120,9 @@ function wait_for_images(cb){ > } > > $(window).load(function() { >- wait_for_images(verify_cover_images); >+ if ( PREF_IntranetCoce && PREF_CoceProviders ) { >+ wait_for_images(verify_cover_images); >+ } > }); > > var Sticky; >-- >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 35647
:
160279
|
160280
| 161616