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);