Bugzilla – Attachment 136043 Details for
Bug 30578
We should drop circ/ysearch.pl in preference to using the REST API's
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30578: Remove ajaxSetup from checkouts.js
Bug-30578-Remove-ajaxSetup-from-checkoutsjs.patch (text/plain), 903 bytes, created by
Jonathan Druart
on 2022-06-13 18:59:34 UTC
(
hide
)
Description:
Bug 30578: Remove ajaxSetup from checkouts.js
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-06-13 18:59:34 UTC
Size:
903 bytes
patch
obsolete
>From 95c33365a207266f043d30c7d43df478df948860 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 13 Jun 2022 20:46:28 +0200 >Subject: [PATCH] Bug 30578: Remove ajaxSetup from checkouts.js > >It was a IE fix apparently > commit f021b52e71deaac0b46992fa33ef02f2b001e56d > Bug 11703 [QA Followup] - Stop IE from caching ajax request >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index b649ada6370..888c03da753 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -1,8 +1,6 @@ > /* global __ */ > > $(document).ready(function() { >- $.ajaxSetup ({ cache: false }); >- > var barcodefield = $("#barcode"); > > var onHoldDueDateSet = false; >-- >2.25.1
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 30578
:
135856
|
135920
|
136041
|
136042
|
136043
|
136044
|
136085
|
136086
|
136087
|
136088
|
136089
|
136130
|
136131
|
136132
|
136133
|
136134
|
136575
|
136576
|
136577
|
136578
|
136579