From 041d6de3b5afc5b9afb360949672af391b2018d4 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Thu, 10 Aug 2023 16:45:12 +0200 Subject: [PATCH] Dont resize the window when a group is expanded --- tarteaucitron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.js b/tarteaucitron.js index 6f41745..f29f899 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -698,7 +698,7 @@ var tarteaucitron = { tarteaucitron.userInterface.removeClass('tarteaucitronServicesTitle_' + cat, 'tarteaucitronIsExpanded'); document.getElementById('tarteaucitron-toggle-group-'+cat).setAttribute('aria-expanded', 'false'); } - tarteaucitron.initEvents.resizeEvent(); + //tarteaucitron.initEvents.resizeEvent(); }); tarteaucitron.addClickEventToId("tarteaucitron-accept-group-" + cat, function () { tarteaucitron.userInterface.respondAll(true, cat);