From 36b378ebabb9b149155c5839605f0a92d07002f4 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 11 Feb 2022 12:36:21 +0000 Subject: [PATCH] Bug 29960: (follow-up) Include enquire.js in print slip template This patch adds enquire.js to the print slip template in order to prevent a JS error. Also removed is a line from global.js which was added in the previous patch and which was an unwanted change. Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Fridolin Somers --- koha-tmpl/opac-tmpl/bootstrap/js/global.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/global.js b/koha-tmpl/opac-tmpl/bootstrap/js/global.js index 171dfd2bd0..1d46a3f271 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/js/global.js +++ b/koha-tmpl/opac-tmpl/bootstrap/js/global.js @@ -230,5 +230,3 @@ $(document).ready(function(){ } }); }); - -$.fn.modal.Constructor.prototype.enforceFocus = function () {}; -- 2.39.5