18 Jan
2021
18 Jan
'21
1:52 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27435 --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- The following change may fix the problem. diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js index b5347c0bae..284b86c0ca 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js +++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js @@ -128,7 +128,9 @@ $(document).ready(function() { $(id).replaceWith( content ); }, "json") + $.ajaxSetup({async: true}); }); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.